diff --git a/.github/workflows/sync-nova-base.yml b/.github/workflows/sync-nova-base.yml new file mode 100644 index 0000000..0fb7677 --- /dev/null +++ b/.github/workflows/sync-nova-base.yml @@ -0,0 +1,106 @@ +name: Sync from Nova Base + +on: + # Run daily at 6:00 AM UTC + schedule: + - cron: '0 6 * * *' + + # Allow manual trigger + workflow_dispatch: + inputs: + force_update: + description: 'Force update even if no changes' + required: false + default: 'false' + type: boolean + +jobs: + sync: + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 + token: ${{ secrets.GITHUB_TOKEN }} + + - name: Update nova-base submodule to latest + run: | + cd nova-base + git fetch origin master + git checkout origin/master + cd .. + echo "NOVA_COMMIT=$(cd nova-base && git rev-parse --short HEAD)" >> $GITHUB_ENV + + - name: Check for changes in nova-base + id: check_changes + run: | + if git diff --quiet nova-base; then + echo "has_changes=false" >> $GITHUB_OUTPUT + echo "No changes in nova-base" + else + echo "has_changes=true" >> $GITHUB_OUTPUT + echo "Changes detected in nova-base" + fi + + - name: Set up Python + if: steps.check_changes.outputs.has_changes == 'true' || inputs.force_update == 'true' + uses: actions/setup-python@v5 + with: + python-version: '3.11' + + - name: Run sync script + if: steps.check_changes.outputs.has_changes == 'true' || inputs.force_update == 'true' + run: | + python scripts/sync_from_nova.py + + - name: Check for output changes + if: steps.check_changes.outputs.has_changes == 'true' || inputs.force_update == 'true' + id: check_output + run: | + if git diff --quiet chains/ xcm/ icons/; then + echo "output_changed=false" >> $GITHUB_OUTPUT + echo "No output changes after sync" + else + echo "output_changed=true" >> $GITHUB_OUTPUT + echo "Output files changed" + git diff --stat chains/ xcm/ icons/ + fi + + - name: Create Pull Request + if: steps.check_output.outputs.output_changed == 'true' + uses: peter-evans/create-pull-request@v6 + with: + token: ${{ secrets.GITHUB_TOKEN }} + commit-message: "chore: sync from nova-base (${{ env.NOVA_COMMIT }})" + title: "🔄 Sync from Nova Base" + body: | + ## Automated Nova Base Sync + + This PR syncs the latest changes from [nova-utils](https://github.com/novasamatech/nova-utils). + + **Nova commit:** `${{ env.NOVA_COMMIT }}` + + ### Changes included: + - Updated chain configurations + - Updated XCM transfer configs + - Updated icons + + --- + *This PR was automatically created by the sync workflow.* + branch: sync/nova-base-${{ env.NOVA_COMMIT }} + delete-branch: true + labels: | + automated + sync + dependencies + + - name: Auto-merge if tests pass + if: steps.check_output.outputs.output_changed == 'true' + run: | + echo "PR created. Review and merge to apply Nova updates." diff --git a/chains/v10/android/chains.json b/chains/v10/android/chains.json new file mode 100644 index 0000000..35cc744 --- /dev/null +++ b/chains/v10/android/chains.json @@ -0,0 +1,6238 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + } +] diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 51df758..35cc744 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -1,6052 +1,6238 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 2" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + } ] diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index ce56f6b..f9bb8d2 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -1,7236 +1,7422 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "altair" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + } ] diff --git a/chains/v11/android/chains.json b/chains/v11/android/chains.json new file mode 100644 index 0000000..de54484 --- /dev/null +++ b/chains/v11/android/chains.json @@ -0,0 +1,6759 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + } +] diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 255de4d..de54484 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -1,6572 +1,6759 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 2" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "extrinsic": null, - "account": "https://explorer.vara-network.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "via IBP-GeoDNS2" - }, - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "via IBP-GeoDNS1" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + } ] diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index e602ad8..042773f 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -1,7877 +1,8063 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-worm", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "staking": "relaychain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "extrinsic": null, - "account": "https://explorer.vara-network.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}", - "event": null - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}", - "event": null - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "via IBP-GeoDNS2" - }, - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "via IBP-GeoDNS1" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-worm", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": "relaychain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}", + "event": null + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}", + "event": null + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + } ] diff --git a/chains/v12/android/chains.json b/chains/v12/android/chains.json new file mode 100644 index 0000000..e2ddc9e --- /dev/null +++ b/chains/v12/android/chains.json @@ -0,0 +1,6912 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + } +] diff --git a/chains/v12/chains.json b/chains/v12/chains.json index a629a59..e2ddc9e 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -1,6725 +1,6912 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 2" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://efinity.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "extrinsic": null, - "account": "https://explorer.vara-network.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "via IBP-GeoDNS2" - }, - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "via IBP-GeoDNS1" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + } ] diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 592a576..21c72d0 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -1,8277 +1,8464 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://efinity.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-worm", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "extrinsic": null, - "account": "https://explorer.vara-network.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}", - "event": null - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}", - "event": null - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "via IBP-GeoDNS2" - }, - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "via IBP-GeoDNS1" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-worm", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Darwinia.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "extrinsic": null, + "account": "https://explorer.vara-network.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}", + "event": null + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}", + "event": null + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "via IBP-GeoDNS2" + }, + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "via IBP-GeoDNS1" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + } ] diff --git a/chains/v13/android/chains.json b/chains/v13/android/chains.json new file mode 100644 index 0000000..0d86391 --- /dev/null +++ b/chains/v13/android/chains.json @@ -0,0 +1,7367 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v13/chains.json b/chains/v13/chains.json index fca183b..0d86391 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -1,7180 +1,7367 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://efinity.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index dd325fe..b6e35d8 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -1,8864 +1,9051 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-rpc.gateway.pokt.network/", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://efinity.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kapex-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - }, - { - "url": "wss://manta.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend__bm92Y" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-rpc.gateway.pokt.network/", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "99ded175d436bee7d751fa3f2f8c7a257ddc063a541f8daa5e6152604f66b2a0", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://efinity.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kapex-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + }, + { + "url": "wss://manta.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + } ] diff --git a/chains/v14/android/chains.json b/chains/v14/android/chains.json new file mode 100644 index 0000000..d2c083d --- /dev/null +++ b/chains/v14/android/chains.json @@ -0,0 +1,7816 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + } +] diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 21a3eef..d2c083d 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -1,7629 +1,7816 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + } ] diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 23d3ce3..647f291 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -1,9512 +1,9699 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "name": "Paseo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/paseo", - "name": "IBP-GeoDNS1" - }, - { - "url": "wss://rpc.dotters.network/paseo", - "name": "IBP-GeoDNS2" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://blockscout.com/astar/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://blockscout.com/astar/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + } ] diff --git a/chains/v15/android/chains.json b/chains/v15/android/chains.json new file mode 100644 index 0000000..81962f8 --- /dev/null +++ b/chains/v15/android/chains.json @@ -0,0 +1,7847 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + } +] diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 3ce0dd0..81962f8 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -1,7660 +1,7847 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://composable.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc.3dpass.org", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110 - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + } ] diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 932159c..675b3b5 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -1,9520 +1,9707 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/#/accounts/{address}", - "event": "https://westmint.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc.3dpass.org", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://polkadot-collectives-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://blockscout.com/astar/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking" + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking" + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama" + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://polkadot-collectives-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://blockscout.com/astar/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + } ] diff --git a/chains/v16/android/chains.json b/chains/v16/android/chains.json new file mode 100644 index 0000000..9e869d8 --- /dev/null +++ b/chains/v16/android/chains.json @@ -0,0 +1,8081 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polimec.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 + } +] diff --git a/chains/v16/chains.json b/chains/v16/chains.json index d1ddf44..9e869d8 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -1,7894 +1,8081 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500 - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500 - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "additional": { - "relaychainAsNative": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 5" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x040000000000000000", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x040100000000000000", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110 - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polimec.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polimec.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 + } ] diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index c5bb165..436974c 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -1,9762 +1,9949 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500 - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500 - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "buyProviders": { - "banxa": { - "coinType": "WND", - "blockchain": "WND" - } - } - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 3, - "symbol": "JOE", - "precision": 3, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wnd-rpc.stakeworld.io/assethub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/#/accounts/{address}", - "event": "https://westmint.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" - } - ] - }, - "options": [ - "testnet", - "swap-hub" - ], - "additional": { - "relaychainAsNative": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub" - ], - "additional": { - "relaychainAsNative": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - }, - { - "url": "wss://moonbase-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.flashbots.net", - "name": "Flashbots rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "swap-hub" - ] - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - } - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x040000000000000000", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x040100000000000000", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", - "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - }, - { - "assetId": 1, - "symbol": "HOP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "0x010100b11c", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://rococo-asset-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rococo-asset-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", - "account": "https://assethub-rococo.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "swap-hub" - ], - "additional": { - "relaychainAsNative": true - } - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polimec.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41 - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", - "name": "Energy Web X Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.energywebx.com", - "name": "Energy Web X Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_rococo_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500 + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" + } + ] + }, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.flashbots.net", + "name": "Flashbots rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub" + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + } + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking" + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking" + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x040000000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x040100000000000000", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/giant_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama_bridge_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/collectives.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude_foucoco.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/krest.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/manta.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/vara_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/enjin_matrixchain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x010100b11c", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-rococo.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo_asset_hub.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/watr.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/joystream.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dock.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polimec.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_parachain.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ewx_rococo_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + } ] diff --git a/chains/v17/android/chains.json b/chains/v17/android/chains.json new file mode 100644 index 0000000..0e30091 --- /dev/null +++ b/chains/v17/android/chains.json @@ -0,0 +1,7949 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + }, + "options": [ + "fullSyncByDefault" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + } +] diff --git a/chains/v17/chains.json b/chains/v17/chains.json index 8aa6799..0e30091 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -1,7762 +1,7949 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "fullSyncByDefault" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "fullSyncByDefault" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 5" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", - "name": "Infura node 6" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", - "name": "Infura node 7" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - }, - "options": [ - "fullSyncByDefault" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c3.hashed.live", - "name": "Hashed systems 3 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110 - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000 - } + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + }, + "options": [ + "fullSyncByDefault" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + } ] diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index c69c5d0..1496b5c 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -1,9513 +1,9700 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Polkascan", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "buyProviders": { - "banxa": { - "coinType": "WND", - "blockchain": "WND" - } - } - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 3, - "symbol": "JOE", - "precision": 3, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wnd-rpc.stakeworld.io/assethub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/#/accounts/{address}", - "event": "https://westmint.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" - } - ] - }, - "options": [ - "testnet", - "swap-hub", - "proxy" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - }, - { - "url": "wss://moonbase-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - }, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "governance-v1", - "proxy" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "swap-hub" - ] - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - }, - "options": [ - "fullSyncByDefault" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c3.hashed.live", - "name": "Hashed systems 3 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77 - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", - "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - }, - { - "assetId": 1, - "symbol": "HOP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "0x010100b11c", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://rococo-asset-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rococo-asset-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", - "account": "https://assethub-rococo.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "swap-hub" - ], - "additional": { - "relaychainAsNative": true - } - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41 - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", - "name": "Energy Web X Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.energywebx.com", - "name": "Energy Web X Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "priceId": "crust-network", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.crust.network", - "name": "Crust node" - }, - { - "url": "wss://crust-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crust.api.onfinality.io/public-ws", - "name": "OnFinallity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust.subscan.io/extrinsic/extrinsic/{hash}", - "account": "https://crust.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 66 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Polkascan", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" + } + ] + }, + "options": [ + "testnet", + "swap-hub", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "governance-v1", + "proxy" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub" + ] + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + }, + "options": [ + "fullSyncByDefault" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77 + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x010100b11c", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-rococo.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41 + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crust.api.onfinality.io/public-ws", + "name": "OnFinallity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 + } ] diff --git a/chains/v18/android/chains.json b/chains/v18/android/chains.json new file mode 100644 index 0000000..33f1a10 --- /dev/null +++ b/chains/v18/android/chains.json @@ -0,0 +1,8349 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + } +] diff --git a/chains/v18/chains.json b/chains/v18/chains.json index b58765e..33f1a10 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -1,8162 +1,8349 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873" - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 5" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", - "name": "Infura node 6" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", - "name": "Infura node 7" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "assetId": "31337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1", - "hydradx-swaps" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000, - "feeViaRuntimeCall": true - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551" - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047" - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791" - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - }, - { - "url": "wss://origintrail-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://litentry.statescan.io/#/accounts/{address}", - "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", - "event": "https://litentry.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c3.hashed.live", - "name": "Hashed systems 3 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137 - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://krest.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110 - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://polimec.statescan.io/#/accounts/{address}", - "event": "https://polimec.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135 - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio node 2" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137 + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + } ] diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index bf0dc7d..fca2535 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -1,10344 +1,10530 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "buyProviders": { - "banxa": { - "coinType": "WND", - "blockchain": "WND" - } - } - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 3, - "symbol": "JOE", - "precision": 3, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wnd-rpc.stakeworld.io/assethub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/#/accounts/{address}", - "event": "https://westmint.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" - } - ] - }, - "options": [ - "testnet", - "swap-hub", - "proxy" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbase-alpha.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonbase-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.api.moonbase.moonbeam.network", - "name": "Moonbase node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - }, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873" - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085" - } - - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "assetId": "31337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "swap-hub" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra__bm92Y" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1", - "hydradx-swaps" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 14, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x010b000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551" - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047" - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791" - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - }, - { - "url": "wss://origintrail-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://litentry.statescan.io/#/accounts/{address}", - "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", - "event": "https://litentry.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://fro-moon-rpc-1-moonbase-relay-rpc-1.moonbase.ol-infra.network", - "name": "PureStake node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "name": "Paseo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/paseo", - "name": "IBP-GeoDNS1" - }, - { - "url": "wss://rpc.dotters.network/paseo", - "name": "IBP-GeoDNS2" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://paseo.subscan.io/account/{address}", - "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c3.hashed.live", - "name": "Hashed systems 3 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://krest.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", - "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - }, - { - "assetId": 1, - "symbol": "HOP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "0x010100b11c", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://rococo-asset-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rococo-asset-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", - "account": "https://assethub-rococo.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AssetHub_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "swap-hub" - ], - "additional": { - "relaychainAsNative": true - } - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://polimec.statescan.io/#/accounts/{address}", - "event": "https://polimec.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", - "name": "Energy Web X Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.energywebx.com", - "name": "Energy Web X Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "priceId": "crust-network", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.crust.network", - "name": "Crust node" - }, - { - "url": "wss://crust-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crust.api.onfinality.io/public-ws", - "name": "OnFinallity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", - "account": "https://crust.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 66 - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - } - ], - "nodes": [ - { - "url": "wss://westend-bridge-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", - "name": "Dwellir Tunisia node" - }, - { - "url": "wss://sys.ibp.network/bridgehub-westend", - "name": "IBP-GeoDNS1 node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-westend", - "name": "IBP-GeoDNS2 node" - }, - { - "url": "wss://westend-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "7bbb72faf3d6d997ebe622a4e0ebfb6fdacf905b6141c86a3122cd479213a8d8", - "name": "Rolimec Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "RLMC", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.rolimec.org", - "name": "Rolimec node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec_Testnet.svg", - "addressPrefix": 41, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135 - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio node 2" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", - "name": "Avail Turing Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://turing-rpc.avail.so/ws", - "name": "Turing node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#58C8F6" - } - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" + } + ] + }, + "options": [ + "testnet", + "swap-hub", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbase-alpha.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.api.moonbase.moonbeam.network", + "name": "Moonbase node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra__bm92Y" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 14, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x010b000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://fro-moon-rpc-1-moonbase-relay-rpc-1.moonbase.ol-infra.network", + "name": "PureStake node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://paseo.subscan.io/account/{address}", + "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x010100b11c", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-rococo.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AssetHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crust.api.onfinality.io/public-ws", + "name": "OnFinallity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-bridge-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia node" + }, + { + "url": "wss://sys.ibp.network/bridgehub-westend", + "name": "IBP-GeoDNS1 node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-westend", + "name": "IBP-GeoDNS2 node" + }, + { + "url": "wss://westend-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "7bbb72faf3d6d997ebe622a4e0ebfb6fdacf905b6141c86a3122cd479213a8d8", + "name": "Rolimec Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "RLMC", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.rolimec.org", + "name": "Rolimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec_Testnet.svg", + "addressPrefix": 41, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", + "name": "Avail Turing Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://turing-rpc.avail.so/ws", + "name": "Turing node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#58C8F6" + } + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + } ] diff --git a/chains/v19/android/chains.json b/chains/v19/android/chains.json new file mode 100644 index 0000000..74607cb --- /dev/null +++ b/chains/v19/android/chains.json @@ -0,0 +1,8435 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", + "name": "Acurast node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42 + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.io/", + "name": "Virto node" + }, + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "NAND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" + } + ], + "nodes": [ + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v19/chains.json b/chains/v19/chains.json index c66e8f7..74607cb 100644 --- a/chains/v19/chains.json +++ b/chains/v19/chains.json @@ -1,8248 +1,8435 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873" - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 5" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", - "name": "Infura node 6" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", - "name": "Infura node 7" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "assetId": "31337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1", - "hydradx-swaps" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://nodle-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000, - "feeViaRuntimeCall": true - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551" - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047" - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791" - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - }, - { - "url": "wss://origintrail-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://litentry.statescan.io/#/accounts/{address}", - "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", - "event": "https://litentry.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c3.hashed.live", - "name": "Hashed systems 3 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://krest.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110 - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://polimec.statescan.io/#/accounts/{address}", - "event": "https://polimec.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135 - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio node 2" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", - "account": "https://mythos.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Acurast Canary", - "assets": [ - { - "assetId": 0, - "symbol": "cACU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" - } - ], - "nodes": [ - { - "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", - "name": "Acurast node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", - "addressPrefix": 42 - }, - { - "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kreivo", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kreivo.io/", - "name": "Virto node" - }, - { - "url": "wss://kreivo.kippu.rocks/", - "name": "Kippu node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", - "addressPrefix": 2 - }, - { - "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hyperbridge Nexus", - "assets": [ - { - "assetId": 0, - "symbol": "NAND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" - } - ], - "nodes": [ - { - "url": "wss://hyperbridge-nexus-rpc.blockops.network", - "name": "BlockOps node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", - "addressPrefix": 42 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110 + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", + "name": "Acurast node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42 + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.io/", + "name": "Virto node" + }, + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "NAND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" + } + ], + "nodes": [ + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v19/chains_dev.json b/chains/v19/chains_dev.json index 426010e..4f0a9cd 100644 --- a/chains/v19/chains_dev.json +++ b/chains/v19/chains_dev.json @@ -1,10466 +1,10652 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", - "name": "Nova Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama.novasamatech.org", - "name": "Novasama node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500 - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP network node" - }, - { - "url": "wss://rpc.dotters.network/westend", - "name": "Dotters Net node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "buyProviders": { - "banxa": { - "coinType": "WND", - "blockchain": "WND" - } - } - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 3, - "symbol": "JOE", - "precision": 3, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wnd-rpc.stakeworld.io/assethub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/#/accounts/{address}", - "event": "https://westmint.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" - } - ] - }, - "options": [ - "testnet", - "swap-hub", - "proxy" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemine", - "name": "Dotters Net node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEED", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#E4A228", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbase-alpha.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonbase-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.api.moonbase.moonbeam.network", - "name": "Moonbase node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - }, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-acala.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873" - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085" - } - - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://eth.llamarpc.com", - "name": "llamanodes rpc node" - }, - { - "url": "https://eth-pokt.nodies.app", - "name": "Pokt network rpc node" - }, - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://eth-mainnet.public.blastapi.io", - "name": "Blast rpc node" - }, - { - "url": "https://api.securerpc.com/v1", - "name": "Secure rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEED", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "assetId": "31337" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemint", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/statemint", - "name": "Dotters Net node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "swap-hub" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true - } - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.0xsamsara.com", - "name": "Samsara node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/encointer-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra__bm92Y" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1", - "hydradx-swaps" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 14, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x010b000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://nodle-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEED", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000 - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551" - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047" - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791" - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - }, - { - "url": "wss://origintrail-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://litentry.statescan.io/#/accounts/{address}", - "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", - "event": "https://litentry.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://fro-moon-rpc-1-moonbase-relay-rpc-1.moonbase.ol-infra.network", - "name": "PureStake node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "name": "Paseo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/paseo", - "name": "IBP-GeoDNS1" - }, - { - "url": "wss://rpc.dotters.network/paseo", - "name": "IBP-GeoDNS2" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://paseo.subscan.io/account/{address}", - "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KPX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://kapex-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEED", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c3.hashed.live", - "name": "Hashed systems 3 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - }, - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crab-rpc.darwiniacommunitydao.xyz", - "name": "Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" - } - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", - "name": "Anchor node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP network node" - }, - { - "url": "wss://sys.dotters.network/collectives-polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ] - }, - { - "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io:443/parachain", - "name": "Kintsugi Labs node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://krest.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://vit.vara-network.io", - "name": "Gear Tech test node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", - "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - }, - { - "assetId": 1, - "symbol": "HOP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "0x010100b11c", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://rococo-asset-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rococo-asset-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", - "account": "https://assethub-rococo.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AssetHub_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "swap-hub" - ], - "additional": { - "relaychainAsNative": true - } - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Watr", - "assets": [ - { - "assetId": 0, - "symbol": "WATR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" - } - ], - "nodes": [ - { - "url": "wss://watr-rpc.watr-api.network", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", - "addressPrefix": 19 - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://polimec.statescan.io/#/accounts/{address}", - "event": "https://polimec.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", - "name": "Energy Web X Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.energywebx.com", - "name": "Energy Web X Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "priceId": "crust-network", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.crust.network", - "name": "Crust node" - }, - { - "url": "wss://crust-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crust.api.onfinality.io/public-ws", - "name": "OnFinallity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", - "account": "https://crust.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 66 - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - } - ], - "nodes": [ - { - "url": "wss://westend-bridge-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", - "name": "Dwellir Tunisia node" - }, - { - "url": "wss://sys.ibp.network/bridgehub-westend", - "name": "IBP-GeoDNS1 node" - }, - { - "url": "wss://sys.dotters.network/bridgehub-westend", - "name": "IBP-GeoDNS2 node" - }, - { - "url": "wss://westend-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "7bbb72faf3d6d997ebe622a4e0ebfb6fdacf905b6141c86a3122cd479213a8d8", - "name": "Rolimec Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "RLMC", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.rolimec.org", - "name": "Rolimec node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec_Testnet.svg", - "addressPrefix": 41, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135 - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio node 2" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", - "name": "Avail Turing Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://turing-rpc.avail.so/ws", - "name": "Turing node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#58C8F6" - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", - "account": "https://mythos.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Acurast Canary", - "assets": [ - { - "assetId": 0, - "symbol": "cACU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" - } - ], - "nodes": [ - { - "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", - "name": "Acurast node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", - "addressPrefix": 42 - }, - { - "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kreivo", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kreivo.io/", - "name": "Virto node" - }, - { - "url": "wss://kreivo.kippu.rocks/", - "name": "Kippu node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", - "addressPrefix": 2 - }, - { - "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hyperbridge Nexus", - "assets": [ - { - "assetId": 0, - "symbol": "NAND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" - } - ], - "nodes": [ - { - "url": "wss://hyperbridge-nexus-rpc.blockops.network", - "name": "BlockOps node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", - "addressPrefix": 42 - }, - { - "chainId": "128ea318539862c0a06b745981300d527c1041c6f3388a8c49565559e3ea3d10", - "name": "Avail", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://zeref-api.slowops.xyz/ws", - "name": "Turing node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#58C8F6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" - } + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api-polkadot-full.dwellir.com/{DWELLIR_API_KEY}", + "name": "Nova Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot-gov" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasamatech.org", + "name": "Novasama node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500 + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP network node" + }, + { + "url": "wss://rpc.dotters.network/westend", + "name": "Dotters Net node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" + } + ] + }, + "options": [ + "testnet", + "swap-hub", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemine", + "name": "Dotters Net node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEED", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#E4A228", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbase-alpha.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.api.moonbase.moonbeam.network", + "name": "Moonbase node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-acala.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://eth.llamarpc.com", + "name": "llamanodes rpc node" + }, + { + "url": "https://eth-pokt.nodies.app", + "name": "Pokt network rpc node" + }, + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://eth-mainnet.public.blastapi.io", + "name": "Blast rpc node" + }, + { + "url": "https://api.securerpc.com/v1", + "name": "Secure rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEED", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemint", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/statemint", + "name": "Dotters Net node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.0xsamsara.com", + "name": "Samsara node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/encointer-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra__bm92Y" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 14, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x010b000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEED", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000 + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://origintrail-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://fro-moon-rpc-1-moonbase-relay-rpc-1.moonbase.ol-infra.network", + "name": "PureStake node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://paseo.subscan.io/account/{address}", + "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KPX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://kapex-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EUR.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEED", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c3.hashed.live", + "name": "Hashed systems 3 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + }, + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crab-rpc.darwiniacommunitydao.xyz", + "name": "Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---vara" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" + } + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-giant-mainnet-ue1.giantprotocol.org:443", + "name": "Anchor node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP network node" + }, + { + "url": "wss://sys.dotters.network/collectives-polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ] + }, + { + "chainId": "418ae94c9fce02b1ab3b5bc211cd2f2133426f2861d97482bbdfdac1bbb0fb92", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io:443/parachain", + "name": "Kintsugi Labs node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "9b86ea7366584c5ddf67de243433fcc05732864933258de9467db46eb9bef8b5", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://vit.vara-network.io", + "name": "Gear Tech test node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "7c34d42fc815d392057c78b49f2755c753440ccd38bcb0405b3bcfb601d08734", + "parentId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + }, + { + "assetId": 1, + "symbol": "HOP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "0x010100b11c", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rococo-asset-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rococo-asset-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-rococo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-rococo.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AssetHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub" + ], + "additional": { + "relaychainAsNative": true + } + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Watr", + "assets": [ + { + "assetId": 0, + "symbol": "WATR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WATR.svg" + } + ], + "nodes": [ + { + "url": "wss://watr-rpc.watr-api.network", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Watr.svg", + "addressPrefix": 19 + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crust.api.onfinality.io/public-ws", + "name": "OnFinallity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-bridge-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia node" + }, + { + "url": "wss://sys.ibp.network/bridgehub-westend", + "name": "IBP-GeoDNS1 node" + }, + { + "url": "wss://sys.dotters.network/bridgehub-westend", + "name": "IBP-GeoDNS2 node" + }, + { + "url": "wss://westend-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "7bbb72faf3d6d997ebe622a4e0ebfb6fdacf905b6141c86a3122cd479213a8d8", + "name": "Rolimec Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "RLMC", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.rolimec.org", + "name": "Rolimec node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec_Testnet.svg", + "addressPrefix": 41, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135 + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio node 2" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", + "name": "Avail Turing Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://turing-rpc.avail.so/ws", + "name": "Turing node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#58C8F6" + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", + "name": "Acurast node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42 + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.io/", + "name": "Virto node" + }, + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "NAND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" + } + ], + "nodes": [ + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "addressPrefix": 42 + }, + { + "chainId": "128ea318539862c0a06b745981300d527c1041c6f3388a8c49565559e3ea3d10", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://zeref-api.slowops.xyz/ws", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" + } + } ] diff --git a/chains/v2/android/chains.json b/chains/v2/android/chains.json new file mode 100644 index 0000000..8c2ccf5 --- /dev/null +++ b/chains/v2/android/chains.json @@ -0,0 +1,2840 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/polkadot", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/kusama", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/westend", + "name": "Patract node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://kusama-statemine-rpc.paritytech.net", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/statemine", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "kUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://pub.elara.patract.io/karura", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + } + ], + "nodes": [ + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/moonriver", + "name": "Patract node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "kUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/bifrost", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #12D5D5 0%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "kUSD", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/edgeware", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha" + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://falafel.calamari.systems/", + "name": "Manta Network node 0" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://fritti.calamari.systems/", + "name": "Manta Network node 1" + }, + { + "url": "wss://smoothie.calamari.systems/", + "name": "Manta Network node 2" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LCDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5 + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/statemint", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 11 + } + ], + "nodes": [ + { + "url": "wss://rpc.subsocial.network", + "name": "DappForce" + }, + { + "url": "wss://subsocial.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 42 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "724c168d8e86b78b831c641e2cc822b8d1bf99fa0b4b28fe59985cd6fd580215", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 50%, #5A92AB 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "f195ef30c646663a24a3164b307521174a86f437c586397a43183c736a8383c1", + "name": "Integritee Soloсhain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://api.solo.integritee.io", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee-solochain" + } + }, + "color": "linear-gradient(315deg, #000C5F 50%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "interBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 42 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 8%, #57C799 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "a3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23", + "name": "Nodle Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://main3.nodleprotocol.io", + "name": "Nodle node" + }, + { + "url": "wss://nodle.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + } +] diff --git a/chains/v2/chains.json b/chains/v2/chains.json index 06b3483..8c2ccf5 100644 --- a/chains/v2/chains.json +++ b/chains/v2/chains.json @@ -1,2653 +1,2840 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/polkadot", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - }, - "options": [ - "crowdloans" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/kusama", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/westend", - "name": "Patract node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 4, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "11" - } - } - ], - "nodes": [ - { - "url": "wss://kusama-statemine-rpc.paritytech.net", - "name": "Parity node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/statemine", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - }, - "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "kUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", - "priceId": "tether", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://pub.elara.patract.io/karura", - "name": "Patract node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - }, - "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - }, - "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - } - ], - "nodes": [ - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/moonriver", - "name": "Patract node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - }, - "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - }, - "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "kUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/bifrost", - "name": "Patract node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "color": "linear-gradient(135deg, #12D5D5 0%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - }, - "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "kUSD", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - }, - "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware" - } - ], - "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/edgeware", - "name": "Patract node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha" - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - }, - "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - }, - "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38 - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://falafel.calamari.systems/", - "name": "Manta Network node 0" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://fritti.calamari.systems/", - "name": "Manta Network node 1" - }, - { - "url": "wss://smoothie.calamari.systems/", - "name": "Manta Network node 2" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - }, - "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - }, - "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LCDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - }, - "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - }, - "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "addressPrefix": 5 - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - }, - "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - }, - "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/statemint", - "name": "Patract node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - }, - "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 11 - } - ], - "nodes": [ - { - "url": "wss://rpc.subsocial.network", - "name": "DappForce" - }, - { - "url": "wss://subsocial.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - }, - "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", - "addressPrefix": 42 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - }, - "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - }, - "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - }, - "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - }, - "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - }, - "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", - "addressPrefix": 66 - }, - { - "chainId": "724c168d8e86b78b831c641e2cc822b8d1bf99fa0b4b28fe59985cd6fd580215", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - }, - "color": "linear-gradient(315deg, #000C5F 50%, #5A92AB 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "f195ef30c646663a24a3164b307521174a86f437c586397a43183c736a8383c1", - "name": "Integritee Soloсhain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://api.solo.integritee.io", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee_solo.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee-solochain" - } - }, - "color": "linear-gradient(315deg, #000C5F 50%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - }, - "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-01.hydradx.io", - "name": "Calactic Council node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - }, - "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "interBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "addressPrefix": 42 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - }, - "color": "linear-gradient(315.17deg, #50AA85 8%, #57C799 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "a3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23", - "name": "Nodle Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://main3.nodleprotocol.io", - "name": "Nodle node" - }, - { - "url": "wss://nodle.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle_solo.json", - "overridesCommon": true - }, - "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "addressPrefix": 51 + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/polkadot", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/kusama", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/westend", + "name": "Patract node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://kusama-statemine-rpc.paritytech.net", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/statemine", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "kUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://pub.elara.patract.io/karura", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + } + ], + "nodes": [ + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/moonriver", + "name": "Patract node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "kUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/bifrost", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #12D5D5 0%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "kUSD", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/edgeware", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha" + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://falafel.calamari.systems/", + "name": "Manta Network node 0" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://fritti.calamari.systems/", + "name": "Manta Network node 1" + }, + { + "url": "wss://smoothie.calamari.systems/", + "name": "Manta Network node 2" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LCDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5 + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/statemint", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 11 + } + ], + "nodes": [ + { + "url": "wss://rpc.subsocial.network", + "name": "DappForce" + }, + { + "url": "wss://subsocial.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 42 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "724c168d8e86b78b831c641e2cc822b8d1bf99fa0b4b28fe59985cd6fd580215", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 50%, #5A92AB 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "f195ef30c646663a24a3164b307521174a86f437c586397a43183c736a8383c1", + "name": "Integritee Soloсhain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://api.solo.integritee.io", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee-solochain" + } + }, + "color": "linear-gradient(315deg, #000C5F 50%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "interBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 42 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 8%, #57C799 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "a3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23", + "name": "Nodle Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://main3.nodleprotocol.io", + "name": "Nodle node" + }, + { + "url": "wss://nodle.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + } ] diff --git a/chains/v2/chains_dev.json b/chains/v2/chains_dev.json index 31def93..a7743b8 100644 --- a/chains/v2/chains_dev.json +++ b/chains/v2/chains_dev.json @@ -1,2966 +1,3153 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/polkadot", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-polkadot.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/kusama", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-kusama.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/westend", - "name": "Patract node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-westend.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westmint__bm92Y" - } - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "a84b46a3e602245284bb9a72c4abd58ee979aa7a5d7f8c4dfdddfaaf0665a4ae", - "name": "Rococo (Acala)", - "assets": [ - { - "assetId": 0, - "symbol": "ADEV", - "precision": 10 - } - ], - "nodes": [ - { - "url": "wss://karura-test-node.laminar.codes/polkadot", - "name": "Laminar Test Node" - } - ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/rococo.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 4, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "11" - } - } - ], - "nodes": [ - { - "url": "wss://kusama-statemine-rpc.paritytech.net", - "name": "Parity node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/statemine", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine__bm92Y" - } - }, - "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "kUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", - "priceId": "tether", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://pub.elara.patract.io/karura", - "name": "Patract node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - } - ], - "nodes": [ - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/moonriver", - "name": "Patract node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" - } - }, - "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "name": "Moonbase Alpha", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.pinknode.io/alphanet/explorer", - "name": "Pinknode" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "eb378889b09d38c320918980997bdc579f430fbb0308f6eafde900b1c027627b", - "name": "Polkatrain", - "assets": [ - { - "assetId": 0, - "symbol": "MDEV", - "precision": 10 - } - ], - "nodes": [ - { - "url": "wss://wss.polkatrain.moonbeam.network", - "name": "Polkatrain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkatrain.json", - "overridesCommon": true - }, - "externalApi": { - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkatrain.json" - } - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 0, - "options": [ - "crowdloans", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden__bm92Y" - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "kUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/bifrost", - "name": "Patract node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost__bm92Y" - } - }, - "color": "linear-gradient(135deg, #12D5D5 0%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi__bm92Y" - } - }, - "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - }, - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 11 - } - ], - "nodes": [ - { - "url": "wss://rpc.subsocial.network", - "name": "DappForce" - }, - { - "url": "wss://subsocial.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" - } - }, - "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "9d3ea49f13d993d093f209c42f97a6b723b84d3b9aa8461be9bb19ee13e7b4fd", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "kUSD", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko__bm92Y" - } - }, - "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "8bf43860c54d5520fd0ec7afa15c2912a1d3b0e4cf132a5838a83b171dad4c70", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk (Wrong Genesis)", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk__bm92Y" - } - }, - "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "4d812836a05a7ea37767325acadff956ce472474dd44dd2e7f15d16fbfc68cdb", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair__bm92Y" - } - }, - "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha" - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala__bm92Y" - } - }, - "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt__bm92Y" - } - }, - "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38 - }, - { - "chainId": "f25c85c4ffc4863b599a443e5301f7f4120c9a21042d35942b9e844346060db1", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://kilt-peregrine-k8s.kilt.io", - "name": "PILT Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://falafel.calamari.systems/", - "name": "Manta Network node 0" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://fritti.calamari.systems/", - "name": "Manta Network node 1" - }, - { - "url": "wss://smoothie.calamari.systems/", - "name": "Manta Network node 2" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" - } - }, - "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz__bm92Y" - } - }, - "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country__bm92Y" - } - }, - "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LCDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala__bm92Y" - } - }, - "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala.polkawallet.io", - "name": "Polkawallet" - } - ], - "options": [ - "testnet" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 42 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam" - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" - } - }, - "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar__bm92Y" - } - }, - "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "addressPrefix": 5 - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel__bm92Y" - } - }, - "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover__bm92Y" - } - }, - "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://pub.elara.patract.io/statemint", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint__bm92Y" - } - }, - "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 0 + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "priceId": "robonomics-network" - } + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics__bm92Y" - } - }, - "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer__bm92Y" - } - }, - "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", - "addressPrefix": 42 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso__bm92Y" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" - } - }, - "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico__bm92Y" - } - }, - "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus__bm92Y" - } - }, - "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab__bm92Y" - } - }, - "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial__bm92Y" - } - }, - "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow__bm92Y" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", - "addressPrefix": 66 - }, - { - "chainId": "724c168d8e86b78b831c641e2cc822b8d1bf99fa0b4b28fe59985cd6fd580215", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee__bm92Y" - } - }, - "color": "linear-gradient(315deg, #000C5F 50%, #5A92AB 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-01.hydradx.io", - "name": "Calactic Council node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "interBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "addressPrefix": 42 - }, - { - "chainId": "f195ef30c646663a24a3164b307521174a86f437c586397a43183c736a8383c1", - "name": "Integritee Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://api.solo.integritee.io", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee_solo.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee-solochain__bm92Y" - } - }, - "color": "linear-gradient(315deg, #000C5F 50%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #50AA85 8%, #57C799 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "a3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23", - "name": "Nodle Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://main3.nodleprotocol.io", - "name": "Nodle node" - }, - { - "url": "wss://nodle.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle_solo.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle-solochain__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", - "addressPrefix": 0 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala__bm92Y" - } - }, - "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" - } - }, - "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "addressPrefix": 51 + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/polkadot", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-polkadot.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/kusama", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-kusama.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/westend", + "name": "Patract node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-westend.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westmint__bm92Y" + } + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "a84b46a3e602245284bb9a72c4abd58ee979aa7a5d7f8c4dfdddfaaf0665a4ae", + "name": "Rococo (Acala)", + "assets": [ + { + "assetId": 0, + "symbol": "ADEV", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://karura-test-node.laminar.codes/polkadot", + "name": "Laminar Test Node" + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/rococo.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://kusama-statemine-rpc.paritytech.net", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/statemine", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine__bm92Y" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "kUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://pub.elara.patract.io/karura", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + } + ], + "nodes": [ + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/moonriver", + "name": "Patract node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver__bm92Y" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "name": "Moonbase Alpha", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.pinknode.io/alphanet/explorer", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "eb378889b09d38c320918980997bdc579f430fbb0308f6eafde900b1c027627b", + "name": "Polkatrain", + "assets": [ + { + "assetId": 0, + "symbol": "MDEV", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://wss.polkatrain.moonbeam.network", + "name": "Polkatrain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkatrain.json", + "overridesCommon": true + }, + "externalApi": { + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkatrain.json" + } + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 0, + "options": [ + "crowdloans", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden__bm92Y" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "kUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/bifrost", + "name": "Patract node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost__bm92Y" + } + }, + "color": "linear-gradient(135deg, #12D5D5 0%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi__bm92Y" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 11 + } + ], + "nodes": [ + { + "url": "wss://rpc.subsocial.network", + "name": "DappForce" + }, + { + "url": "wss://subsocial.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" + } + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "9d3ea49f13d993d093f209c42f97a6b723b84d3b9aa8461be9bb19ee13e7b4fd", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "kUSD", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko__bm92Y" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "8bf43860c54d5520fd0ec7afa15c2912a1d3b0e4cf132a5838a83b171dad4c70", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk (Wrong Genesis)", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk__bm92Y" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "4d812836a05a7ea37767325acadff956ce472474dd44dd2e7f15d16fbfc68cdb", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair__bm92Y" + } + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha" + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala__bm92Y" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt__bm92Y" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "f25c85c4ffc4863b599a443e5301f7f4120c9a21042d35942b9e844346060db1", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://kilt-peregrine-k8s.kilt.io", + "name": "PILT Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://falafel.calamari.systems/", + "name": "Manta Network node 0" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://fritti.calamari.systems/", + "name": "Manta Network node 1" + }, + { + "url": "wss://smoothie.calamari.systems/", + "name": "Manta Network node 2" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari__bm92Y" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz__bm92Y" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country__bm92Y" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LCDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala__bm92Y" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala.polkawallet.io", + "name": "Polkawallet" + } + ], + "options": [ + "testnet" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 42 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam" + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam__bm92Y" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar__bm92Y" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5 + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel__bm92Y" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover__bm92Y" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://pub.elara.patract.io/statemint", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint__bm92Y" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics__bm92Y" + } + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer__bm92Y" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 42 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso__bm92Y" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico__bm92Y" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus__bm92Y" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab__bm92Y" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial__bm92Y" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow__bm92Y" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "724c168d8e86b78b831c641e2cc822b8d1bf99fa0b4b28fe59985cd6fd580215", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee__bm92Y" + } + }, + "color": "linear-gradient(315deg, #000C5F 50%, #5A92AB 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "interBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 42 + }, + { + "chainId": "f195ef30c646663a24a3164b307521174a86f437c586397a43183c736a8383c1", + "name": "Integritee Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://api.solo.integritee.io", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee-solochain__bm92Y" + } + }, + "color": "linear-gradient(315deg, #000C5F 50%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 8%, #57C799 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "a3d114c2b8d0627c1aa9b134eafcf7d05ca561fdc19fb388bb9457f81809fb23", + "name": "Nodle Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://main3.nodleprotocol.io", + "name": "Nodle node" + }, + { + "url": "wss://nodle.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle-solochain__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", + "addressPrefix": 0 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala__bm92Y" + } + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + } + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + } ] diff --git a/chains/v20/android/chains.json b/chains/v20/android/chains.json new file mode 100644 index 0000000..ec52ea6 --- /dev/null +++ b/chains/v20/android/chains.json @@ -0,0 +1,9306 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1a" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1a" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP1 node" + }, + { + "url": "wss://kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1b" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1b" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot People", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://people-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-people-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://people-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama People", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://people-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/people", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", + "account": "https://people-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", + "addressPrefix": 2, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEEDk", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x39" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://moonbeam.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#9968CE", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 6000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "priceId": "mangata-x", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEEDk", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x40" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3f" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x37" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://heiko.statescan.io/#/accounts/{address}", + "extrinsic": "https://heiko.statescan.io/#/extrinsics/{hash}", + "event": "https://heiko.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3a" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://kilt.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3d" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3e" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x41" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3c" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1f" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-parallel-rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://parallel.statescan.io/#/accounts/{address}", + "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", + "event": "https://parallel.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + }, + { + "assetId": 9, + "symbol": "WETH-Snowbridge", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 10, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 11, + "symbol": "WIFD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "typeExtras": { + "assetId": "17" + } + }, + { + "assetId": 12, + "symbol": "BORK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "typeExtras": { + "assetId": "690" + } + }, + { + "assetId": 13, + "symbol": "BUNS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "typeExtras": { + "assetId": "1234" + } + }, + { + "assetId": 14, + "symbol": "KOL", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "typeExtras": { + "assetId": "86" + } + }, + { + "assetId": 15, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "typeExtras": { + "assetId": "0x010100a534", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/asset-hub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x35" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://encointer-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable 1 node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable 2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3b" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://main.rpc.zeitgeist.pm/ws", + "name": "Zeitgeist node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://subsocial-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x34" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hydration", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 36, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "typeExtras": { + "currencyIdScale": "0x1e000000", + "currencyIdType": "u32", + "existentialDeposit": "21367521367521400", + "transfersEnabled": true + } + }, + { + "assetId": 37, + "symbol": "WETH-Snowbridge", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x06430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 38, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0xfe420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 39, + "symbol": "WIFD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "typeExtras": { + "currencyIdScale": "0x92420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 40, + "symbol": "BORK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "typeExtras": { + "currencyIdScale": "0xd4420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 41, + "symbol": "BUNS", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "typeExtras": { + "currencyIdScale": "0xf1420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 42, + "symbol": "KOL", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "typeExtras": { + "currencyIdScale": "0x07430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 43, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x21000000", + "currencyIdType": "u32", + "existentialDeposit": "133689839572193000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydration.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://hydration.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps", + "hydration-fees" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://neuroweb-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-polkadot.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://bifrost-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + }, + { + "url": "wss://unique.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://unique.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://ipci.rpc.robonomics.network", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation 1 node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation 2 node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation 3 node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x0107", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "HDX", + "precision": 12, + "type": "orml", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "typeExtras": { + "currencyIdScale": "0x0108", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0109", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x010b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDC.axl", + "precision": 6, + "type": "orml", + "priceId": "axlusdc", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDCaxl.svg", + "typeExtras": { + "currencyIdScale": "0x010c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "priceId": "euro-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURC.svg", + "typeExtras": { + "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", + "account": "https://pendulum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.network", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://ajuna.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", + "account": "https://ajuna.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg", + "buyProviders": { + "banxa": { + "coinType": "VARA", + "blockchain": "VARA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + }, + { + "name": "Subscan", + "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", + "account": "https://vara.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" + }, + "options": [ + "pushSupport" + ] + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 1" + }, + { + "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-kusama.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://collectives-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives.statescan.io/#/accounts/{address}", + "event": "https://collectives.statescan.io/#/events/{event}", + "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" + }, + { + "name": "Subscan", + "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://collectives-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", + "account": "https://energywebx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://invarch.statescan.io/#/accounts/{address}", + "event": "https://invarch.statescan.io/#/events/{event}", + "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "10", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1984", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1337", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + }, + { + "url": "wss://polimec.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://polimec.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Polimec explorer", + "account": "https://explorer.polimec.org/polimec/account/{address}", + "event": "https://explorer.polimec.org/polimec/event/{event}", + "extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ] + }, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio 1 node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", + "name": "Acurast node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ] + } + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.io/", + "name": "Virto node" + }, + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "NAND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" + } + ], + "nodes": [ + { + "url": "wss://nexus.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://nexus.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "addressPrefix": 42 + }, + { + "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", + "name": "Cere", + "assets": [ + { + "assetId": 0, + "symbol": "CERE", + "precision": 10, + "priceId": "cere-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CERE.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.mainnet.cere.network/ws", + "name": "Cere node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", + "addressPrefix": 54 + }, + { + "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "priceId": "avail", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://avail-mainnet.public.blastapi.io/", + "name": "Bware node" + }, + { + "url": "wss://avail-rpc.rubynodes.io/", + "name": "RubyNode node" + }, + { + "url": "wss://avail-us.brightlystake.com", + "name": "BrightlyStake node" + }, + { + "url": "wss://rpc-avail.globalstake.io", + "name": "GlobalStake node" + }, + { + "url": "wss://avail.rpc.bountyblok.io", + "name": "Bountyblok node" + }, + { + "url": "wss://avail.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", + "account": "https://avail.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "options": [ + "pushSupport" + ], + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking", + "supportsGenericLedgerApp": false + } + }, + { + "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", + "name": "DENTNet", + "assets": [ + { + "assetId": 0, + "symbol": "DENTX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DENTX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.dentnet.io/ws", + "name": "DENTNet node" + } + ], + "explorers": [ + { + "name": "DENTNet Explorer", + "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", + "addressPrefix": 9807 + }, + { + "chainId": "eip155:324", + "name": "ZKsync Era", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://mainnet.era.zksync.io", + "name": "http node" + }, + { + "url": "https://1rpc.io/zksync2-era", + "name": "http node 2" + }, + { + "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", + "name": "http node 3" + }, + { + "url": "wss://mainnet.era.zksync.io/ws", + "name": "wss node" + } + ], + "explorers": [ + { + "name": "ZKsync Era explorer", + "extrinsic": "https://era.zksync.network/tx/{hash}", + "account": "https://era.zksync.network/address/{address}" + }, + { + "name": "Block explorer", + "extrinsic": "https://explorer.zksync.io/tx/{hash}", + "account": "https://explorer.zksync.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-era.zksync.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", + "addressPrefix": 324, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", + "name": "CC Enterprise", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.creditcoin.network/ws", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", + "account": "https://cc-enterprise.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", + "name": "Creditcoin", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet3.creditcoin.network", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", + "account": "https://creditcoin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", + "name": "Humanode", + "assets": [ + { + "assetId": 0, + "symbol": "HMND", + "precision": 18, + "priceId": "humanode", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HMND.svg" + } + ], + "nodes": [ + { + "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", + "name": "Humanode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", + "account": "https://humanode.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", + "addressPrefix": 5234 + }, + { + "chainId": "d523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff", + "name": "DeepBrain", + "assets": [ + { + "assetId": 0, + "symbol": "DBC", + "precision": 15, + "priceId": "deepbrain-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DBC.svg" + } + ], + "nodes": [ + { + "url": "wss://info.dbcwallet.io", + "name": "DBC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", + "account": "https://dbc.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", + "addressPrefix": 42 + }, + { + "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "peaq", + "assets": [ + { + "assetId": 0, + "symbol": "PEAQ", + "precision": 18, + "priceId": "peaq-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/PEAQ.svg" + } + ], + "nodes": [ + { + "url": "wss://peaq.api.onfinality.io/public", + "name": "Onfinality node" + }, + { + "url": "wss://peaq-rpc.publicnode.com", + "name": "Peaq node" + }, + { + "url": "wss://peaq-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", + "account": "https://peaq.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v20/chains.json b/chains/v20/chains.json index 55fed71..ec52ea6 100644 --- a/chains/v20/chains.json +++ b/chains/v20/chains.json @@ -1,9111 +1,9306 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node", - "features": ["noTls12"] - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1a" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1a" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP1 node" - }, - { - "url": "wss://kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node", - "features": ["noTls12"] - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1b" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1b" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-kusama-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "assethub-fees" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot People", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://people-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-people-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://people-polkadot.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama People", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-people-rpc.polkadot.io", - "name": "Parity node", - "features": ["noTls12"] - }, - { - "url": "wss://sys.ibp.network/people-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://people-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/people", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", - "account": "https://people-kusama.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", - "addressPrefix": 2, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEEDk", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x39" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924" - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652" - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873" - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://moonbeam.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#9968CE", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 6000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 5" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", - "name": "Infura node 6" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", - "name": "Infura node 7" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "priceId": "mangata-x", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#20A0B6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aSEEDk", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628" - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x40" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x38" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3f" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x37" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://heiko.statescan.io/#/accounts/{address}", - "extrinsic": "https://heiko.statescan.io/#/extrinsics/{hash}", - "event": "https://heiko.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3a" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://kilt.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3d" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", - "typeExtras": { - "assetId": "16" - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3e" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x41" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3c" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631" - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1f" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-parallel-rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://parallel.statescan.io/#/accounts/{address}", - "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", - "event": "https://parallel.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337" - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "assetId": "31337" - } - }, - { - "assetId": 9, - "symbol": "WETH-Snowbridge", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 10, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 11, - "symbol": "WIFD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", - "typeExtras": { - "assetId": "17" - } - }, - { - "assetId": 12, - "symbol": "BORK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", - "typeExtras": { - "assetId": "690" - } - }, - { - "assetId": 13, - "symbol": "BUNS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", - "typeExtras": { - "assetId": "1234" - } - }, - { - "assetId": 14, - "symbol": "KOL", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", - "typeExtras": { - "assetId": "86" - } - }, - { - "assetId": 15, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", - "typeExtras": { - "assetId": "0x010100a534", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/asset-hub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x35" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "assethub-fees" - ], - "additional": { - "relaychainAsNative": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://encointer-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable 1 node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable 2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3b" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://main.rpc.zeitgeist.pm/ws", - "name": "Zeitgeist node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://subsocial-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x34" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hydration", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 36, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", - "typeExtras": { - "currencyIdScale": "0x1e000000", - "currencyIdType": "u32", - "existentialDeposit": "21367521367521400", - "transfersEnabled": true - } - }, - { - "assetId": 37, - "symbol": "WETH-Snowbridge", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x06430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 38, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0xfe420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 39, - "symbol": "WIFD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", - "typeExtras": { - "currencyIdScale": "0x92420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 40, - "symbol": "BORK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", - "typeExtras": { - "currencyIdScale": "0xd4420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 41, - "symbol": "BUNS", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", - "typeExtras": { - "currencyIdScale": "0xf1420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 42, - "symbol": "KOL", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", - "typeExtras": { - "currencyIdScale": "0x07430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 43, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x21000000", - "currencyIdType": "u32", - "existentialDeposit": "133689839572193000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydration.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://hydration.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Galactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", - "addressPrefix": 63, - "options": [ - "governance-v1", - "hydradx-swaps", - "hydration-fees" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://nodle-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000, - "feeViaRuntimeCall": true - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918" - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150" - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612" - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641" - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551" - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047" - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791" - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "priceId": "neurowebai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - }, - { - "url": "wss://neuroweb-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-polkadot.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://bifrost-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://litentry.statescan.io/#/accounts/{address}", - "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", - "event": "https://litentry.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - }, - { - "url": "wss://unique.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://unique.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - } - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://ipci.rpc.robonomics.network", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation 1 node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation 2 node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation 3 node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x0107", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "HDX", - "precision": 12, - "type": "orml", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", - "typeExtras": { - "currencyIdScale": "0x0108", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0109", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x010b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDC.axl", - "precision": 6, - "type": "orml", - "priceId": "axlusdc", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDCaxl.svg", - "typeExtras": { - "currencyIdScale": "0x010c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "priceId": "euro-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURC.svg", - "typeExtras": { - "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", - "account": "https://pendulum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.network", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://ajuna.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", - "account": "https://ajuna.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026" - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg", - "buyProviders": { - "banxa": { - "coinType": "VARA", - "blockchain": "VARA" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - }, - { - "name": "Subscan", - "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", - "account": "https://vara.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" - }, - "options": [ - "pushSupport" - ] - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 1" - }, - { - "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 2" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-kusama.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://collectives-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://collectives.statescan.io/#/accounts/{address}", - "event": "https://collectives.statescan.io/#/events/{event}", - "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" - }, - { - "name": "Subscan", - "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://collectives-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0 - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://krest.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", - "account": "https://energywebx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://invarch.statescan.io/#/accounts/{address}", - "event": "https://invarch.statescan.io/#/events/{event}", - "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "10", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1984", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1337", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - }, - { - "url": "wss://polimec.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://polimec.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Polimec explorer", - "account": "https://explorer.polimec.org/polimec/account/{address}", - "event": "https://explorer.polimec.org/polimec/event/{event}", - "extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "8" - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" - } - ] - }, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio 1 node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node", - "features": ["noTls12"] - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", - "account": "https://mythos.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Acurast Canary", - "assets": [ - { - "assetId": 0, - "symbol": "cACU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" - } - ], - "nodes": [ - { - "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", - "name": "Acurast node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" - } - ] - } - }, - { - "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kreivo", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kreivo.io/", - "name": "Virto node" - }, - { - "url": "wss://kreivo.kippu.rocks/", - "name": "Kippu node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", - "addressPrefix": 2 - }, - { - "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hyperbridge Nexus", - "assets": [ - { - "assetId": 0, - "symbol": "NAND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" - } - ], - "nodes": [ - { - "url": "wss://nexus.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://nexus.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hyperbridge-nexus-rpc.blockops.network", - "name": "BlockOps node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", - "addressPrefix": 42 - }, - { - "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", - "name": "Cere", - "assets": [ - { - "assetId": 0, - "symbol": "CERE", - "precision": 10, - "priceId": "cere-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CERE.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.mainnet.cere.network/ws", - "name": "Cere node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", - "addressPrefix": 54 - }, - { - "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", - "name": "Avail", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "priceId": "avail", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://avail-mainnet.public.blastapi.io/", - "name": "Bware node" - }, - { - "url": "wss://avail-rpc.rubynodes.io/", - "name": "RubyNode node" - }, - { - "url": "wss://avail-us.brightlystake.com", - "name": "BrightlyStake node" - }, - { - "url": "wss://rpc-avail.globalstake.io", - "name": "GlobalStake node" - }, - { - "url": "wss://avail.rpc.bountyblok.io", - "name": "Bountyblok node" - }, - { - "url": "wss://avail.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", - "account": "https://avail.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", - "addressPrefix": 42, - "options": [ - "pushSupport" - ], - "additional": { - "themeColor": "#58C8F6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking", - "supportsGenericLedgerApp": false - } - }, - { - "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", - "name": "DENTNet", - "assets": [ - { - "assetId": 0, - "symbol": "DENTX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DENTX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.dentnet.io/ws", - "name": "DENTNet node" - } - ], - "explorers": [ - { - "name": "DENTNet Explorer", - "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", - "addressPrefix": 9807 - }, - { - "chainId": "eip155:324", - "name": "ZKsync Era", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://mainnet.era.zksync.io", - "name": "http node" - }, - { - "url": "https://1rpc.io/zksync2-era", - "name": "http node 2" - }, - { - "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", - "name": "http node 3" - }, - { - "url": "wss://mainnet.era.zksync.io/ws", - "name": "wss node" - } - ], - "explorers": [ - { - "name": "ZKsync Era explorer", - "extrinsic": "https://era.zksync.network/tx/{hash}", - "account": "https://era.zksync.network/address/{address}" - }, - { - "name": "Block explorer", - "extrinsic": "https://explorer.zksync.io/tx/{hash}", - "account": "https://explorer.zksync.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-era.zksync.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", - "addressPrefix": 324, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", - "name": "CC Enterprise", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.creditcoin.network/ws", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", - "account": "https://cc-enterprise.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", - "name": "Creditcoin", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet3.creditcoin.network", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", - "account": "https://creditcoin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", - "name": "Humanode", - "assets": [ - { - "assetId": 0, - "symbol": "HMND", - "precision": 18, - "priceId": "humanode", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HMND.svg" - } - ], - "nodes": [ - { - "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", - "name": "Humanode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", - "account": "https://humanode.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", - "addressPrefix": 5234 - }, - { - "chainId": "d523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff", - "name": "DeepBrain", - "assets": [ - { - "assetId": 0, - "symbol": "DBC", - "precision": 15, - "priceId": "deepbrain-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DBC.svg" - } - ], - "nodes": [ - { - "url": "wss://info.dbcwallet.io", - "name": "DBC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", - "account": "https://dbc.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", - "addressPrefix": 42 - }, - { - "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "peaq", - "assets": [ - { - "assetId": 0, - "symbol": "PEAQ", - "precision": 18, - "priceId": "peaq-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/PEAQ.svg" - } - ], - "nodes": [ - { - "url": "wss://peaq.api.onfinality.io/public", - "name": "Onfinality node" - }, - { - "url": "wss://peaq-rpc.publicnode.com", - "name": "Peaq node" - }, - { - "url": "wss://peaq-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", - "account": "https://peaq.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", - "addressPrefix": 42 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1a" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1a" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP1 node" + }, + { + "url": "wss://kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1b" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1b" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot People", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://people-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-people-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://people-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama People", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://people-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/people", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", + "account": "https://people-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", + "addressPrefix": 2, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEEDk", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x39" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924" + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://moonbeam.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#9968CE", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 6000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", + "name": "Infura node 7" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "priceId": "mangata-x", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aSEEDk", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628" + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x40" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3f" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x37" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119" + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://heiko.statescan.io/#/accounts/{address}", + "extrinsic": "https://heiko.statescan.io/#/extrinsics/{hash}", + "event": "https://heiko.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13" + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3a" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://kilt.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3d" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "11" + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14" + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15" + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16" + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3e" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x41" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3c" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631" + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1f" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-parallel-rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://parallel.statescan.io/#/accounts/{address}", + "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", + "event": "https://parallel.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337" + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + }, + { + "assetId": 9, + "symbol": "WETH-Snowbridge", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 10, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 11, + "symbol": "WIFD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "typeExtras": { + "assetId": "17" + } + }, + { + "assetId": 12, + "symbol": "BORK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "typeExtras": { + "assetId": "690" + } + }, + { + "assetId": 13, + "symbol": "BUNS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "typeExtras": { + "assetId": "1234" + } + }, + { + "assetId": 14, + "symbol": "KOL", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "typeExtras": { + "assetId": "86" + } + }, + { + "assetId": 15, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "typeExtras": { + "assetId": "0x010100a534", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/asset-hub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x35" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://encointer-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable 1 node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable 2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3b" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://main.rpc.zeitgeist.pm/ws", + "name": "Zeitgeist node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://subsocial-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x34" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hydration", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 36, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "typeExtras": { + "currencyIdScale": "0x1e000000", + "currencyIdType": "u32", + "existentialDeposit": "21367521367521400", + "transfersEnabled": true + } + }, + { + "assetId": 37, + "symbol": "WETH-Snowbridge", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x06430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 38, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0xfe420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 39, + "symbol": "WIFD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "typeExtras": { + "currencyIdScale": "0x92420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 40, + "symbol": "BORK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "typeExtras": { + "currencyIdScale": "0xd4420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 41, + "symbol": "BUNS", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "typeExtras": { + "currencyIdScale": "0xf1420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 42, + "symbol": "KOL", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "typeExtras": { + "currencyIdScale": "0x07430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 43, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x21000000", + "currencyIdType": "u32", + "existentialDeposit": "133689839572193000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydration.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://hydration.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps", + "hydration-fees" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918" + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150" + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612" + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641" + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551" + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047" + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791" + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://neuroweb-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-polkadot.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://bifrost-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + }, + { + "url": "wss://unique.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://unique.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://ipci.rpc.robonomics.network", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation 1 node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation 2 node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation 3 node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x0107", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "HDX", + "precision": 12, + "type": "orml", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "typeExtras": { + "currencyIdScale": "0x0108", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0109", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x010b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDC.axl", + "precision": 6, + "type": "orml", + "priceId": "axlusdc", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDCaxl.svg", + "typeExtras": { + "currencyIdScale": "0x010c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "priceId": "euro-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURC.svg", + "typeExtras": { + "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", + "account": "https://pendulum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.network", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://ajuna.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", + "account": "https://ajuna.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026" + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg", + "buyProviders": { + "banxa": { + "coinType": "VARA", + "blockchain": "VARA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + }, + { + "name": "Subscan", + "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", + "account": "https://vara.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" + }, + "options": [ + "pushSupport" + ] + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 1" + }, + { + "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-kusama.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://collectives-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives.statescan.io/#/accounts/{address}", + "event": "https://collectives.statescan.io/#/events/{event}", + "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" + }, + { + "name": "Subscan", + "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://collectives-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0 + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", + "account": "https://energywebx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://invarch.statescan.io/#/accounts/{address}", + "event": "https://invarch.statescan.io/#/events/{event}", + "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "10", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1984", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1337", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + }, + { + "url": "wss://polimec.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://polimec.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Polimec explorer", + "account": "https://explorer.polimec.org/polimec/account/{address}", + "event": "https://explorer.polimec.org/polimec/event/{event}", + "extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8" + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ] + }, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio 1 node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", + "name": "Acurast node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ] + } + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.io/", + "name": "Virto node" + }, + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "NAND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" + } + ], + "nodes": [ + { + "url": "wss://nexus.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://nexus.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "addressPrefix": 42 + }, + { + "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", + "name": "Cere", + "assets": [ + { + "assetId": 0, + "symbol": "CERE", + "precision": 10, + "priceId": "cere-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CERE.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.mainnet.cere.network/ws", + "name": "Cere node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", + "addressPrefix": 54 + }, + { + "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "priceId": "avail", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://avail-mainnet.public.blastapi.io/", + "name": "Bware node" + }, + { + "url": "wss://avail-rpc.rubynodes.io/", + "name": "RubyNode node" + }, + { + "url": "wss://avail-us.brightlystake.com", + "name": "BrightlyStake node" + }, + { + "url": "wss://rpc-avail.globalstake.io", + "name": "GlobalStake node" + }, + { + "url": "wss://avail.rpc.bountyblok.io", + "name": "Bountyblok node" + }, + { + "url": "wss://avail.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", + "account": "https://avail.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "options": [ + "pushSupport" + ], + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking", + "supportsGenericLedgerApp": false + } + }, + { + "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", + "name": "DENTNet", + "assets": [ + { + "assetId": 0, + "symbol": "DENTX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DENTX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.dentnet.io/ws", + "name": "DENTNet node" + } + ], + "explorers": [ + { + "name": "DENTNet Explorer", + "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", + "addressPrefix": 9807 + }, + { + "chainId": "eip155:324", + "name": "ZKsync Era", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://mainnet.era.zksync.io", + "name": "http node" + }, + { + "url": "https://1rpc.io/zksync2-era", + "name": "http node 2" + }, + { + "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", + "name": "http node 3" + }, + { + "url": "wss://mainnet.era.zksync.io/ws", + "name": "wss node" + } + ], + "explorers": [ + { + "name": "ZKsync Era explorer", + "extrinsic": "https://era.zksync.network/tx/{hash}", + "account": "https://era.zksync.network/address/{address}" + }, + { + "name": "Block explorer", + "extrinsic": "https://explorer.zksync.io/tx/{hash}", + "account": "https://explorer.zksync.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-era.zksync.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", + "addressPrefix": 324, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", + "name": "CC Enterprise", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.creditcoin.network/ws", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", + "account": "https://cc-enterprise.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", + "name": "Creditcoin", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet3.creditcoin.network", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", + "account": "https://creditcoin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", + "name": "Humanode", + "assets": [ + { + "assetId": 0, + "symbol": "HMND", + "precision": 18, + "priceId": "humanode", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HMND.svg" + } + ], + "nodes": [ + { + "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", + "name": "Humanode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", + "account": "https://humanode.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", + "addressPrefix": 5234 + }, + { + "chainId": "d523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff", + "name": "DeepBrain", + "assets": [ + { + "assetId": 0, + "symbol": "DBC", + "precision": 15, + "priceId": "deepbrain-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DBC.svg" + } + ], + "nodes": [ + { + "url": "wss://info.dbcwallet.io", + "name": "DBC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", + "account": "https://dbc.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", + "addressPrefix": 42 + }, + { + "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "peaq", + "assets": [ + { + "assetId": 0, + "symbol": "PEAQ", + "precision": 18, + "priceId": "peaq-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/PEAQ.svg" + } + ], + "nodes": [ + { + "url": "wss://peaq.api.onfinality.io/public", + "name": "Onfinality node" + }, + { + "url": "wss://peaq-rpc.publicnode.com", + "name": "Peaq node" + }, + { + "url": "wss://peaq-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", + "account": "https://peaq.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v20/chains_dev.json b/chains/v20/chains_dev.json index 414aa07..995c924 100644 --- a/chains/v20/chains_dev.json +++ b/chains/v20/chains_dev.json @@ -1,11548 +1,11735 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1a" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1a" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP1 node" - }, - { - "url": "wss://kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1b" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1b" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-kusama-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP1 node" - }, - { - "url": "wss://westend.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://westend.subsquare.io/api" - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true, - "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "buyProviders": { - "banxa": { - "coinType": "WND", - "blockchain": "WND" - } - } - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "JOE", - "precision": 3, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wnd-rpc.stakeworld.io/assethub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/#/accounts/{address}", - "event": "https://westmint.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" - } - ] - }, - "options": [ - "testnet", - "swap-hub", - "proxy" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub", - "assethub-fees" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEEDk", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x39" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "xcaSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601", - "isSufficient": true - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542", - "isSufficient": true - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732", - "isSufficient": true - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593", - "isSufficient": true - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "priceId": "mangata-x", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353", - "isSufficient": true - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#20A0B6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://moonbase-alpha.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonbase-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.api.moonbase.moonbeam.network", - "name": "Moonbase node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "aSEEDk", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551627", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x40" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - }, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x38" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x38" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1", - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "103", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "113", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://heiko.statescan.io/#/accounts/{address}", - "extrinsic": "https://heiko.statescan.io/#/extrinsics/{hash}", - "event": "https://heiko.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3f" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x37" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance" - ], - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "4", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "6", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3a" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://kilt.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3d" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "11", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", - "typeExtras": { - "assetId": "15", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", - "typeExtras": { - "assetId": "16", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3e" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x41" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3c" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "xcaSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871", - "isSufficient": true - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924", - "isSufficient": true - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143", - "isSufficient": true - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297", - "isSufficient": true - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652", - "isSufficient": true - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873", - "isSufficient": true - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://moonbeam.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#9968CE", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 6000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:11155111", - "name": "Ethereum - Sepolia", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://ethereum-sepolia-rpc.publicnode.com", - "name": "Public Test Node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://sepolia.etherscan.io/tx/{hash}", - "account": "https://sepolia.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://sepolia.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 11155111, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - }, - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "aSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "assetId": "18446744073709551617", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "assetId": "18446744073709551631", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1f" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "assetId": "104", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "assetId": "114", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-parallel-rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://parallel.statescan.io/#/accounts/{address}", - "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", - "event": "https://parallel.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "assetId": "1337", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "assetId": "31337" - } - }, - { - "assetId": 9, - "symbol": "WETH-Snowbridge", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 11, - "symbol": "WIFD", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", - "typeExtras": { - "assetId": "17" - } - }, - { - "assetId": 12, - "symbol": "BORK", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", - "typeExtras": { - "assetId": "690" - } - }, - { - "assetId": 13, - "symbol": "BUNS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", - "typeExtras": { - "assetId": "1234" - } - }, - { - "assetId": 14, - "symbol": "KOL", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", - "typeExtras": { - "assetId": "86" - } - }, - { - "assetId": 15, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", - "typeExtras": { - "assetId": "0x010100a534", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/asset-hub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x35" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "swap-hub", - "assethub-fees" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://encointer-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable 1 node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable 2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3b" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://main.rpc.zeitgeist.pm/ws", - "name": "Zeitgeist node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://subsocial-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x34" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hydration", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 36, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", - "typeExtras": { - "currencyIdScale": "0x1e000000", - "currencyIdType": "u32", - "existentialDeposit": "21367521367521400", - "transfersEnabled": true - } - }, - { - "assetId": 37, - "symbol": "WETH-Snowbridge", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x06430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 38, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0xfe420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 39, - "symbol": "WIFD", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", - "typeExtras": { - "currencyIdScale": "0x92420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 40, - "symbol": "BORK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", - "typeExtras": { - "currencyIdScale": "0xd4420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 41, - "symbol": "BUNS", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", - "typeExtras": { - "currencyIdScale": "0xf1420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 42, - "symbol": "KOL", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", - "typeExtras": { - "currencyIdScale": "0x07430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 43, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x21000000", - "currencyIdType": "u32", - "existentialDeposit": "133689839572193000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hydration.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://hydration.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Galactic Council node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", - "addressPrefix": 63, - "options": [ - "governance-v1", - "hydradx-swaps", - "hydration-fees" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 14, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x010b000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://nodle-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000, - "feeViaRuntimeCall": true - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "priceId": "neurowebai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - }, - { - "url": "wss://neuroweb-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-polkadot.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://bifrost-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 0, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://litentry.statescan.io/#/accounts/{address}", - "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", - "event": "https://litentry.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - }, - { - "url": "wss://unique.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://unique.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://fro-moon-rpc-1-moonbase-relay-rpc-1.moonbase.ol-infra.network", - "name": "PureStake node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "name": "Paseo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/paseo", - "name": "IBP-GeoDNS1" - }, - { - "url": "wss://rpc.dotters.network/paseo", - "name": "IBP-GeoDNS2" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://paseo.subscan.io/account/{address}", - "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node", - "features": [ - "noTls12" - ] - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://ipci.rpc.robonomics.network", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation 1 node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation 2 node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation 3 node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", - "typeExtras": { - "currencyIdScale": "0x0107", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "HDX", - "precision": 12, - "type": "orml", - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", - "typeExtras": { - "currencyIdScale": "0x0108", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x0109", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "currencyIdScale": "0x010b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDC.axl", - "precision": 6, - "type": "orml", - "priceId": "axlusdc", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDCaxl.svg", - "typeExtras": { - "currencyIdScale": "0x010c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "priceId": "euro-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURC.svg", - "typeExtras": { - "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", - "account": "https://pendulum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.aventus.network", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.network", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpscan.io", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://ajuna.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", - "account": "https://ajuna.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg", - "buyProviders": { - "banxa": { - "coinType": "VARA", - "blockchain": "VARA" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - }, - { - "name": "Subscan", - "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", - "account": "https://vara.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" - }, - "options": [ - "pushSupport" - ] - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 1" - }, - { - "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 2" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-kusama.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://collectives-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://collectives.statescan.io/#/accounts/{address}", - "event": "https://collectives.statescan.io/#/events/{event}", - "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" - }, - { - "name": "Subscan", - "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://collectives-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot People", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://people-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-people-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://people-polkadot.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama People", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://people-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/people", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", - "account": "https://people-kusama.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", - "addressPrefix": 2, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "266ad38196ddff7636206f911f0658cc76e3e906e349cb83475d93ebe80d03b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io/parachain/", - "name": "Kintsugi Labs node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://krest.api.onfinality.io/public-ws", - "name": "Onfinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://testnet.vara.network", - "name": "Gear Tech test node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ] - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "10", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1984", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1337", - "palletName": "ForeignAssets", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - }, - { - "url": "wss://polimec.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://polimec.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Polimec explorer", - "account": "https://explorer.polimec.org/polimec/account/{address}", - "event": "https://explorer.polimec.org/polimec/event/{event}", - "extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", - "account": "https://energywebx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", - "name": "Energy Web X Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.energywebx.com", - "name": "Energy Web X Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://invarch.statescan.io/#/accounts/{address}", - "event": "https://invarch.statescan.io/#/events/{event}", - "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "priceId": "crust-network", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.crust.network", - "name": "Crust node" - }, - { - "url": "wss://crust-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://crust.api.onfinality.io/public-ws", - "name": "OnFinallity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", - "account": "https://crust.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 66 - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - } - ], - "nodes": [ - { - "url": "wss://westend-bridge-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", - "name": "Dwellir Tunisia node" - }, - { - "url": "wss://sys.ibp.network/bridgehub-westend", - "name": "IBP-GeoDNS1 node" - }, - { - "url": "wss://bridge-hub-westend.dotters.network", - "name": "IBP-GeoDNS2 node" - }, - { - "url": "wss://westend-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio 1 node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", - "name": "Avail Turing Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://turing-rpc.avail.so/ws", - "name": "Turing node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#58C8F6" - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", - "account": "https://mythos.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Acurast Canary", - "assets": [ - { - "assetId": 0, - "symbol": "cACU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" - } - ], - "nodes": [ - { - "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", - "name": "Acurast node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kreivo", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://kreivo.io/", - "name": "Virto node" - }, - { - "url": "wss://kreivo.kippu.rocks/", - "name": "Kippu node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", - "addressPrefix": 2 - }, - { - "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hyperbridge Nexus", - "assets": [ - { - "assetId": 0, - "symbol": "NAND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" - } - ], - "nodes": [ - { - "url": "wss://nexus.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://nexus.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hyperbridge-nexus-rpc.blockops.network", - "name": "BlockOps node" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", - "addressPrefix": 42 - }, - { - "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", - "name": "Avail", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "priceId": "avail", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://avail-mainnet.public.blastapi.io/", - "name": "Bware node" - }, - { - "url": "wss://avail-rpc.rubynodes.io/", - "name": "RubyNode node" - }, - { - "url": "wss://avail-us.brightlystake.com", - "name": "BrightlyStake node" - }, - { - "url": "wss://rpc-avail.globalstake.io", - "name": "GlobalStake node" - }, - { - "url": "wss://avail.rpc.bountyblok.io", - "name": "Bountyblok node" - }, - { - "url": "wss://avail.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", - "account": "https://avail.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", - "addressPrefix": 42, - "options": [ - "pushSupport" - ], - "additional": { - "themeColor": "#58C8F6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking", - "supportsGenericLedgerApp": false - } - }, - { - "chainId": "3dbb473ae9b2b77ecf077c03546f0f8670c020e453dddb457da155e6cc7cba42", - "name": "Novasama Testnet - Governance", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-test-network-1.novasama-tech.org", - "name": "Novasama node" - } - ], - "externalApi": { - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-testnet-stg.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "polkassembly", - "url": "https://novasama.polkassembly.io/api/v1/posts/summary", - "parameters": { - "network": "novasama" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "governance", - "proxy", - "testnet" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", - "name": "Cere", - "assets": [ - { - "assetId": 0, - "symbol": "CERE", - "precision": 10, - "priceId": "cere-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CERE.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.mainnet.cere.network/ws", - "name": "Cere node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", - "addressPrefix": 54 - }, - { - "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", - "name": "DENTNet", - "assets": [ - { - "assetId": 0, - "symbol": "DENTX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DENTX.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.dentnet.io/ws", - "name": "DENTNet node" - } - ], - "explorers": [ - { - "name": "DENTNet Explorer", - "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", - "addressPrefix": 9807, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend People", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - } - ], - "nodes": [ - { - "url": "wss://people-westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://sys.ibp.network/people-westend", - "name": "IBP1 node" - }, - { - "url": "wss://people-westend.dotters.network", - "name": "IBP2 node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_People.svg", - "addressPrefix": 42, - "additional": {}, - "options": [ - "testnet" - ] - }, - { - "chainId": "eip155:41455", - "name": "Aleph Zero EVM", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://rpc.alephzero.raas.gelato.cloud", - "name": "Aleph Zero EVM rpc node" - }, - { - "url": "wss://ws.alephzero.raas.gelato.cloud", - "name": "Aleph Zero EVM wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://evm-explorer.alephzero.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Aleph Zero EVM Explorer", - "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", - "account": "https://evm-explorer.alephzero.org/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 41455, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:8453", - "name": "Base", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://base-rpc.publicnode.com", - "name": "Base http node" - }, - { - "url": "https://base-pokt.nodies.app", - "name": "Pokt node" - }, - { - "url": "wss://base-rpc.publicnode.com", - "name": "Base public node" - } - ], - "explorers": [ - { - "name": "Basescan", - "extrinsic": "https://basescan.org/tx/{hash}", - "account": "https://basescan.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.basescan.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Base.svg", - "addressPrefix": 8453, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:324", - "name": "ZKsync Era", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://mainnet.era.zksync.io", - "name": "http node" - }, - { - "url": "https://1rpc.io/zksync2-era", - "name": "http node 2" - }, - { - "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", - "name": "http node 3" - }, - { - "url": "wss://mainnet.era.zksync.io/ws", - "name": "wss node" - } - ], - "explorers": [ - { - "name": "ZKsync Era explorer", - "extrinsic": "https://era.zksync.network/tx/{hash}", - "account": "https://era.zksync.network/address/{address}" - }, - { - "name": "Block explorer", - "extrinsic": "https://explorer.zksync.io/tx/{hash}", - "account": "https://explorer.zksync.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-era.zksync.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", - "addressPrefix": 324, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", - "name": "CC Enterprise", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.creditcoin.network/ws", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", - "account": "https://cc-enterprise.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", - "name": "Creditcoin", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet3.creditcoin.network", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", - "account": "https://creditcoin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", - "name": "Humanode", - "assets": [ - { - "assetId": 0, - "symbol": "HMND", - "precision": 18, - "priceId": "humanode", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HMND.svg" - } - ], - "nodes": [ - { - "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", - "name": "Humanode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", - "account": "https://humanode.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", - "addressPrefix": 5234 - }, - { - "chainId": "d523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff", - "name": "DeepBrain", - "assets": [ - { - "assetId": 0, - "symbol": "DBC", - "precision": 15, - "priceId": "deepbrain-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DBC.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://info.dbcwallet.io", - "name": "DBC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", - "account": "https://dbc.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", - "addressPrefix": 42 - }, - { - "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "peaq", - "assets": [ - { - "assetId": 0, - "symbol": "PEAQ", - "precision": 18, - "priceId": "peaq-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/PEAQ.svg" - } - ], - "nodes": [ - { - "url": "wss://peaq.api.onfinality.io/public", - "name": "Onfinality node" - }, - { - "url": "wss://peaq-rpc.publicnode.com", - "name": "Peaq node" - }, - { - "url": "wss://peaq-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", - "account": "https://peaq.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", - "addressPrefix": 42 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1a" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1a" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP1 node" + }, + { + "url": "wss://kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1b" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1b" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP1 node" + }, + { + "url": "wss://westend.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://westend.subsquare.io/api" + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true, + "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "buyProviders": { + "banxa": { + "coinType": "WND", + "blockchain": "WND" + } + } + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "JOE", + "precision": 3, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wnd-rpc.stakeworld.io/assethub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---westmint-test" + } + ] + }, + "options": [ + "testnet", + "swap-hub", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub", + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEEDk", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x39" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MOONRIVER" + }, + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcaSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "priceId": "mangata-x", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://moonbase-alpha.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.api.moonbase.moonbeam.network", + "name": "Moonbase node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "aSEEDk", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551627", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x40" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + }, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1", + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "103", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "113", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "119", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "121", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://heiko.statescan.io/#/accounts/{address}", + "extrinsic": "https://heiko.statescan.io/#/extrinsics/{hash}", + "event": "https://heiko.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3f" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x37" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "assetId": "4", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "6", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "assetId": "13", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3a" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://kilt.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://kilt-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3d" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", + "typeExtras": { + "assetId": "16", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3e" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", + "buyProviders": { + "transak": { + "network": "PIONEER" + } + } + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x41" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3c" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcaSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873", + "isSufficient": true + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://moonbeam.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#9968CE", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 6000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.ankr.com/eth", + "name": "Ankr rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:11155111", + "name": "Ethereum - Sepolia", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://ethereum-sepolia-rpc.publicnode.com", + "name": "Public Test Node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://sepolia.etherscan.io/tx/{hash}", + "account": "https://sepolia.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://sepolia.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 11155111, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6582132" + } + }, + { + "assetId": 2, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "6648164" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", + "account": "https://equilibrium.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + }, + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "aSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "18446744073709551617", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "assetId": "18446744073709551631", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1f" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "typeExtras": { + "assetId": "104", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "114", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-parallel-rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://parallel.statescan.io/#/accounts/{address}", + "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", + "event": "https://parallel.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "assetId": "1337", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "assetId": "31337" + } + }, + { + "assetId": 9, + "symbol": "WETH-Snowbridge", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 11, + "symbol": "WIFD", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "typeExtras": { + "assetId": "17" + } + }, + { + "assetId": 12, + "symbol": "BORK", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "typeExtras": { + "assetId": "690" + } + }, + { + "assetId": 13, + "symbol": "BUNS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "typeExtras": { + "assetId": "1234" + } + }, + { + "assetId": 14, + "symbol": "KOL", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "typeExtras": { + "assetId": "86" + } + }, + { + "assetId": 15, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "typeExtras": { + "assetId": "0x010100a534", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/asset-hub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x35" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub", + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://encointer-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable 1 node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable 2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3b" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://main.rpc.zeitgeist.pm/ws", + "name": "Zeitgeist node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://subsocial-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x34" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hydration", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 36, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "typeExtras": { + "currencyIdScale": "0x1e000000", + "currencyIdType": "u32", + "existentialDeposit": "21367521367521400", + "transfersEnabled": true + } + }, + { + "assetId": 37, + "symbol": "WETH-Snowbridge", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x06430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 38, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0xfe420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 39, + "symbol": "WIFD", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "typeExtras": { + "currencyIdScale": "0x92420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 40, + "symbol": "BORK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "typeExtras": { + "currencyIdScale": "0xd4420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 41, + "symbol": "BUNS", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "typeExtras": { + "currencyIdScale": "0xf1420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 42, + "symbol": "KOL", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "typeExtras": { + "currencyIdScale": "0x07430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 43, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x21000000", + "currencyIdType": "u32", + "existentialDeposit": "133689839572193000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hydration.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://hydration.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", + "addressPrefix": 63, + "options": [ + "governance-v1", + "hydradx-swaps", + "hydration-fees" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 14, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x010b000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://phala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "buyProviders": { + "transak": { + "network": "ALEPHZERO" + }, + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + }, + { + "url": "wss://neuroweb-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-polkadot.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://bifrost-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 0, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://litentry.statescan.io/#/accounts/{address}", + "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", + "event": "https://litentry.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + }, + { + "url": "wss://unique.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://unique.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://fro-moon-rpc-1-moonbase-relay-rpc-1.moonbase.ol-infra.network", + "name": "PureStake node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "buyProviders": { + "banxa": { + "coinType": "BAJU", + "blockchain": "BAJU" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.imbuenetwork.com", + "name": "Imbue node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://paseo.subscan.io/account/{address}", + "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node", + "features": [ + "noTls12" + ] + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinkernet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117, + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://ipci.rpc.robonomics.network", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation 1 node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation 2 node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation 3 node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "typeExtras": { + "currencyIdScale": "0x0107", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "HDX", + "precision": 12, + "type": "orml", + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "typeExtras": { + "currencyIdScale": "0x0108", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x0109", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "priceId": "voucher-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "currencyIdScale": "0x010b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDC.axl", + "precision": 6, + "type": "orml", + "priceId": "axlusdc", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDCaxl.svg", + "typeExtras": { + "currencyIdScale": "0x010c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "priceId": "euro-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURC.svg", + "typeExtras": { + "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", + "account": "https://pendulum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.aventus.network", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.network", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpscan.io", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://ajuna.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", + "account": "https://ajuna.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg", + "buyProviders": { + "banxa": { + "coinType": "VARA", + "blockchain": "VARA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + }, + { + "name": "Subscan", + "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", + "account": "https://vara.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" + }, + "options": [ + "pushSupport" + ] + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 1" + }, + { + "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-kusama.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://collectives-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + }, + { + "url": "wss://collectives.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives.statescan.io/#/accounts/{address}", + "event": "https://collectives.statescan.io/#/events/{event}", + "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" + }, + { + "name": "Subscan", + "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://collectives-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot People", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://people-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-people-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://people-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama People", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://people-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/people", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", + "account": "https://people-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", + "addressPrefix": 2, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "266ad38196ddff7636206f911f0658cc76e3e906e349cb83475d93ebe80d03b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io/parachain/", + "name": "Kintsugi Labs node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws", + "name": "Onfinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://testnet.vara.network", + "name": "Gear Tech test node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ] + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "statemine", + "typeExtras": { + "assetId": "10", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1984", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1337", + "palletName": "ForeignAssets", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + }, + { + "url": "wss://polimec.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://polimec.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Polimec explorer", + "account": "https://explorer.polimec.org/polimec/account/{address}", + "event": "https://explorer.polimec.org/polimec/event/{event}", + "extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", + "account": "https://energywebx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://invarch.statescan.io/#/accounts/{address}", + "event": "https://invarch.statescan.io/#/events/{event}", + "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117 + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://crust.api.onfinality.io/public-ws", + "name": "OnFinallity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-bridge-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia node" + }, + { + "url": "wss://sys.ibp.network/bridgehub-westend", + "name": "IBP-GeoDNS1 node" + }, + { + "url": "wss://bridge-hub-westend.dotters.network", + "name": "IBP-GeoDNS2 node" + }, + { + "url": "wss://westend-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio 1 node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", + "name": "Avail Turing Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://turing-rpc.avail.so/ws", + "name": "Turing node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#58C8F6" + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", + "name": "Acurast node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.io/", + "name": "Virto node" + }, + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "NAND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" + } + ], + "nodes": [ + { + "url": "wss://nexus.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://nexus.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", + "addressPrefix": 42 + }, + { + "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "priceId": "avail", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://avail-mainnet.public.blastapi.io/", + "name": "Bware node" + }, + { + "url": "wss://avail-rpc.rubynodes.io/", + "name": "RubyNode node" + }, + { + "url": "wss://avail-us.brightlystake.com", + "name": "BrightlyStake node" + }, + { + "url": "wss://rpc-avail.globalstake.io", + "name": "GlobalStake node" + }, + { + "url": "wss://avail.rpc.bountyblok.io", + "name": "Bountyblok node" + }, + { + "url": "wss://avail.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", + "account": "https://avail.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "options": [ + "pushSupport" + ], + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking", + "supportsGenericLedgerApp": false + } + }, + { + "chainId": "3dbb473ae9b2b77ecf077c03546f0f8670c020e453dddb457da155e6cc7cba42", + "name": "Novasama Testnet - Governance", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-test-network-1.novasama-tech.org", + "name": "Novasama node" + } + ], + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-testnet-stg.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "polkassembly", + "url": "https://novasama.polkassembly.io/api/v1/posts/summary", + "parameters": { + "network": "novasama" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "governance", + "proxy", + "testnet" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", + "name": "Cere", + "assets": [ + { + "assetId": 0, + "symbol": "CERE", + "precision": 10, + "priceId": "cere-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CERE.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.mainnet.cere.network/ws", + "name": "Cere node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", + "addressPrefix": 54 + }, + { + "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", + "name": "DENTNet", + "assets": [ + { + "assetId": 0, + "symbol": "DENTX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DENTX.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.dentnet.io/ws", + "name": "DENTNet node" + } + ], + "explorers": [ + { + "name": "DENTNet Explorer", + "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", + "addressPrefix": 9807, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend People", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + } + ], + "nodes": [ + { + "url": "wss://people-westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://sys.ibp.network/people-westend", + "name": "IBP1 node" + }, + { + "url": "wss://people-westend.dotters.network", + "name": "IBP2 node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_People.svg", + "addressPrefix": 42, + "additional": {}, + "options": [ + "testnet" + ] + }, + { + "chainId": "eip155:41455", + "name": "Aleph Zero EVM", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM rpc node" + }, + { + "url": "wss://ws.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://evm-explorer.alephzero.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Aleph Zero EVM Explorer", + "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", + "account": "https://evm-explorer.alephzero.org/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 41455, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:8453", + "name": "Base", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://base-rpc.publicnode.com", + "name": "Base http node" + }, + { + "url": "https://base-pokt.nodies.app", + "name": "Pokt node" + }, + { + "url": "wss://base-rpc.publicnode.com", + "name": "Base public node" + } + ], + "explorers": [ + { + "name": "Basescan", + "extrinsic": "https://basescan.org/tx/{hash}", + "account": "https://basescan.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.basescan.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Base.svg", + "addressPrefix": 8453, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:324", + "name": "ZKsync Era", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://mainnet.era.zksync.io", + "name": "http node" + }, + { + "url": "https://1rpc.io/zksync2-era", + "name": "http node 2" + }, + { + "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", + "name": "http node 3" + }, + { + "url": "wss://mainnet.era.zksync.io/ws", + "name": "wss node" + } + ], + "explorers": [ + { + "name": "ZKsync Era explorer", + "extrinsic": "https://era.zksync.network/tx/{hash}", + "account": "https://era.zksync.network/address/{address}" + }, + { + "name": "Block explorer", + "extrinsic": "https://explorer.zksync.io/tx/{hash}", + "account": "https://explorer.zksync.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-era.zksync.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", + "addressPrefix": 324, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", + "name": "CC Enterprise", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.creditcoin.network/ws", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", + "account": "https://cc-enterprise.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", + "name": "Creditcoin", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet3.creditcoin.network", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", + "account": "https://creditcoin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", + "name": "Humanode", + "assets": [ + { + "assetId": 0, + "symbol": "HMND", + "precision": 18, + "priceId": "humanode", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HMND.svg" + } + ], + "nodes": [ + { + "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", + "name": "Humanode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", + "account": "https://humanode.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", + "addressPrefix": 5234 + }, + { + "chainId": "d523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff", + "name": "DeepBrain", + "assets": [ + { + "assetId": 0, + "symbol": "DBC", + "precision": 15, + "priceId": "deepbrain-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DBC.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://info.dbcwallet.io", + "name": "DBC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", + "account": "https://dbc.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", + "addressPrefix": 42 + }, + { + "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "peaq", + "assets": [ + { + "assetId": 0, + "symbol": "PEAQ", + "precision": 18, + "priceId": "peaq-2", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/PEAQ.svg" + } + ], + "nodes": [ + { + "url": "wss://peaq.api.onfinality.io/public", + "name": "Onfinality node" + }, + { + "url": "wss://peaq-rpc.publicnode.com", + "name": "Peaq node" + }, + { + "url": "wss://peaq-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", + "account": "https://peaq.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v21/android/chains.json b/chains/v21/android/chains.json new file mode 100644 index 0000000..4664df7 --- /dev/null +++ b/chains/v21/android/chains.json @@ -0,0 +1,9921 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-polkadot-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-kusama-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP1 node" + }, + { + "url": "wss://kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend (TESTNET)", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP1 node" + }, + { + "url": "wss://westend.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://westend.subsquare.io/api" + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "RMRK.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://asset-hub-kusama-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub", + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot People", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://people-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-people-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://people-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama People", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://people-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/people", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", + "account": "https://people-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", + "addressPrefix": 2, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "KAR.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEEDk", + "precision": 12, + "icon": "aSEEDk.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "BNC.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "QTZ.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "CSM.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "KMA.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "NEER.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "BSX.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "AIR.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "GENS.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "CRAB.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x39" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "GLMR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcaSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "CFG.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "EQ.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "NODL.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "OTP.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873", + "isSufficient": true + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://moonbeam.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#9968CE", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 6000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + }, + "sellProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + } + } + } + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://ethereum-rpc.publicnode.com", + "name": "Allnodes rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "MOVR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "KINT.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "kBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcaSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "CSM.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "KMA.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "CRAB.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "LIT.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "SDN.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "XRT.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "priceId": "mangata-x", + "icon": "MGX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "priceId": "turing-network", + "icon": "TUR.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver-rpc.publicnode.com", + "name": "Allnodes node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "SDN.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "aSEEDk", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "CSM.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551627", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x40" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "BNC.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "KAR.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://us.bifrost-rpc.liebi.com/ws", + "name": "LiebiUS node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "BSX.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "TNKR.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "XRT.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3f" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "AIR.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x37" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "EDG.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "1", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "2", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "ZLK.svg", + "typeExtras": { + "assetId": "3", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "4", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "BSX.svg", + "typeExtras": { + "assetId": "9", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "6", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "HKO.svg", + "typeExtras": { + "assetId": "7", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "KMA.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "TUR.svg", + "typeExtras": { + "assetId": "10", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "CRAB.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "SDN.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "NEER.svg", + "typeExtras": { + "assetId": "13", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "BIT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "PICA.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.helikon.io/khala", + "name": "Helikon node" + }, + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3a" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://kilt.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3d" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "KMA.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Karura.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Karura.svg", + "typeExtras": { + "assetId": "16", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "QTZ.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3e" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x41" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "ACA.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "aSEEDp.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "EQ.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "NEMO", + "precision": 18, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3c" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "ASTR.svg", + "precision": 18, + "buyProviders": { + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "aSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "18446744073709551617", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "UNQ.svg", + "typeExtras": { + "assetId": "18446744073709551631", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1f" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "101", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "sDOT.svg", + "typeExtras": { + "assetId": "1001", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "108", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "104", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "LDOT.svg", + "typeExtras": { + "assetId": "110", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "114", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200060013", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200070014", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200080015", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200090016", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200100017", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "120", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "122", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "102", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "CLV.svg", + "typeExtras": { + "assetId": "130", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "112", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "115", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://parallel.gatotech.network", + "name": "Gatotech node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://parallel.statescan.io/#/accounts/{address}", + "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", + "event": "https://parallel.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "CLV.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC.svg", + "typeExtras": { + "assetId": "1337", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "statemine", + "icon": "WUD.svg", + "typeExtras": { + "assetId": "31337" + } + }, + { + "assetId": 9, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "statemine", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 11, + "symbol": "WIFD", + "precision": 10, + "type": "statemine", + "icon": "WIFD.svg", + "typeExtras": { + "assetId": "17" + } + }, + { + "assetId": 12, + "symbol": "BORK", + "precision": 10, + "type": "statemine", + "icon": "BORK.svg", + "typeExtras": { + "assetId": "690" + } + }, + { + "assetId": 13, + "symbol": "BUNS", + "precision": 10, + "type": "statemine", + "icon": "BUNS.svg", + "typeExtras": { + "assetId": "1234" + } + }, + { + "assetId": 14, + "symbol": "KOL", + "precision": 12, + "type": "statemine", + "icon": "KOL.svg", + "typeExtras": { + "assetId": "86" + } + }, + { + "assetId": 15, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH.svg", + "typeExtras": { + "assetId": "0x010100a534", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 16, + "symbol": "MYTH-Snowbridge", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 17, + "symbol": "USDC-Snowbridge", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 18, + "symbol": "USDT-Snowbridge", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 19, + "symbol": "DAI-Snowbridge", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 20, + "symbol": "BASTI", + "precision": 12, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "22222015" + } + }, + { + "assetId": 21, + "symbol": "DAMN", + "precision": 12, + "type": "statemine", + "icon": "DAMN.svg", + "typeExtras": { + "assetId": "22222012" + } + }, + { + "assetId": 22, + "symbol": "BILLCOIN", + "precision": 12, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "50000075" + } + }, + { + "assetId": 23, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0x02010903", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 24, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x0201090704", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-assethub.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://sys.ibp.network/asset-hub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://asset-hub-polkadot-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x35" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub", + "assethub-fees", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "XRT.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://encointer-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "KSM-kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "kBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "qkBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "qKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "qUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "PICA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3b" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "ZTG.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x34" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "CSM.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-sha-subscan.crustnetwork.xyz", + "name": "Subscan node" + }, + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "CFG.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://rpc-centrifuge.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hydration", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "HDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "ZTG.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "CFG.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "UNQ.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "NODL.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "orml", + "icon": "WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 36, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "orml", + "icon": "MYTH.svg", + "typeExtras": { + "currencyIdScale": "0x1e000000", + "currencyIdType": "u32", + "existentialDeposit": "21367521367521400", + "transfersEnabled": true + } + }, + { + "assetId": 37, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x06430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 38, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0xfe420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 39, + "symbol": "WIFD", + "precision": 10, + "type": "orml", + "icon": "WIFD.svg", + "typeExtras": { + "currencyIdScale": "0x92420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 40, + "symbol": "BORK", + "precision": 10, + "type": "orml", + "icon": "BORK.svg", + "typeExtras": { + "currencyIdScale": "0xd4420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 41, + "symbol": "BUNS", + "precision": 10, + "type": "orml", + "icon": "BUNS.svg", + "typeExtras": { + "currencyIdScale": "0xf1420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 42, + "symbol": "KOL", + "precision": 12, + "type": "orml", + "icon": "KOL.svg", + "typeExtras": { + "currencyIdScale": "0x07430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 43, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x21000000", + "currencyIdType": "u32", + "existentialDeposit": "133689839572193000", + "transfersEnabled": true + } + }, + { + "assetId": 44, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "type": "orml", + "icon": "AJUN.svg", + "typeExtras": { + "currencyIdScale": "0x20000000", + "currencyIdType": "u32", + "existentialDeposit": "100786131828", + "transfersEnabled": true + } + }, + { + "assetId": 45, + "symbol": "AAVE", + "precision": 18, + "priceId": "aave", + "type": "orml", + "icon": "AAVE.svg", + "typeExtras": { + "currencyIdScale": "0xb0440f00", + "currencyIdType": "u32", + "existentialDeposit": "59084194977843", + "transfersEnabled": true + } + }, + { + "assetId": 46, + "symbol": "BASTI", + "precision": 12, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x64430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 47, + "symbol": "DAMN", + "precision": 12, + "type": "orml", + "icon": "DAMN.svg", + "typeExtras": { + "currencyIdScale": "0x5e430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 48, + "symbol": "SOL-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SOL-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x30450f00", + "currencyIdType": "u32", + "existentialDeposit": "46339", + "transfersEnabled": true + } + }, + { + "assetId": 49, + "symbol": "SUI-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SUI-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x31450f00", + "currencyIdType": "u32", + "existentialDeposit": "2652520", + "transfersEnabled": true + } + }, + { + "assetId": 50, + "symbol": "tBTC", + "precision": 18, + "priceId": "tbtc", + "type": "orml", + "icon": "tBTC.svg", + "typeExtras": { + "currencyIdScale": "0x3d450f00", + "currencyIdType": "u32", + "existentialDeposit": "106803374987", + "transfersEnabled": true + } + }, + { + "assetId": 51, + "symbol": "BILLCOIN", + "precision": 12, + "type": "orml", + "icon": "BILLCOIN.svg", + "typeExtras": { + "currencyIdScale": "0x3a450f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 52, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x43450f00", + "currencyIdType": "u32", + "existentialDeposit": "313283208", + "transfersEnabled": true + } + }, + { + "assetId": 53, + "symbol": "EWT", + "precision": 18, + "priceId": "energy-web-token", + "type": "orml", + "icon": "EWT.svg", + "typeExtras": { + "currencyIdScale": "0x6dda0300", + "currencyIdType": "u32", + "existentialDeposit": "3244646333550", + "transfersEnabled": true + } + }, + { + "assetId": 54, + "symbol": "LINK", + "precision": 18, + "priceId": "chainlink", + "type": "orml", + "icon": "LINK.svg", + "typeExtras": { + "currencyIdScale": "0x5a450f00", + "currencyIdType": "u32", + "existentialDeposit": "436681222707424", + "transfersEnabled": true + } + }, + { + "assetId": 55, + "symbol": "LDO", + "precision": 18, + "priceId": "lido-dao", + "type": "orml", + "icon": "LDO.svg", + "typeExtras": { + "currencyIdScale": "0x5c450f00", + "currencyIdType": "u32", + "existentialDeposit": "5102040816326530", + "transfersEnabled": true + } + }, + { + "assetId": 56, + "symbol": "SKY", + "precision": 18, + "type": "orml", + "icon": "SKY.svg", + "typeExtras": { + "currencyIdScale": "0x5b450f00", + "currencyIdType": "u32", + "existentialDeposit": "211685012701101000", + "transfersEnabled": true + } + }, + { + "assetId": 57, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x22000000", + "currencyIdType": "u32", + "existentialDeposit": "5373455131650", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-hydra.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + }, + { + "url": "wss://hydration.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://hydration.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", + "addressPrefix": 0, + "options": [ + "governance", + "governance-v1", + "hydradx-swaps", + "hydration-fees" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "iBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "KINT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "kBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "qiBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "qUSDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "qDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://interlay.statescan.io/#/accounts/{address}", + "event": "https://interlay.statescan.io/#/events/{event}", + "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "NODL.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.helikon.io/phala", + "name": "Helikon node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-phala-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "TUR.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "KAR.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "AZERO.svg", + "buyProviders": { + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "PDEX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "icon": "NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-polkadot.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://bifrost-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", + "name": "LiebiEU node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Heima", + "assets": [ + { + "assetId": 0, + "symbol": "HEI", + "precision": 18, + "icon": "HEI.svg", + "priceId": "heima" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://heima-rpc.n.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://heima.statescan.io/#/accounts/{address}", + "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", + "event": "https://heima.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "UNQ.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + }, + { + "url": "wss://unique.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://unique.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391, + "options": [ + "fullSyncByDefault" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "MGX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "TUR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "KAB.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "AMPE.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "CAPS.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "POLYX.svg", + "buyProviders": { + "banxa": { + "coinType": "POLYX", + "blockchain": "Polymesh" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://ipci.rpc.robonomics.network", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation 1 node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation 2 node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation 3 node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "priceId": "euro-coin", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x0107", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "HDX", + "precision": 12, + "type": "orml", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "currencyIdScale": "0x0108", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0109", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x010b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDC.axl", + "precision": 6, + "type": "orml", + "priceId": "axlusdc", + "icon": "USDCaxl.svg", + "typeExtras": { + "currencyIdScale": "0x010c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "priceId": "euro-coin", + "icon": "EURC.svg", + "typeExtras": { + "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", + "account": "https://pendulum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "SAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "icon": "AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://ajuna.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", + "account": "https://ajuna.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "KTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "CRAB.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "CKTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "VARA.svg", + "buyProviders": { + "banxa": { + "coinType": "VARA", + "blockchain": "VARA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + }, + { + "name": "Subscan", + "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", + "account": "https://vara.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", + "supportsGenericLedgerApp": true + }, + "options": [ + "pushSupport" + ] + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "GIANT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 1" + }, + { + "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-kusama.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://collectives-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives.statescan.io/#/accounts/{address}", + "event": "https://collectives.statescan.io/#/events/{event}", + "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" + }, + { + "name": "Subscan", + "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://collectives-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0, + "additional": { + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + } + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network/", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", + "account": "https://energywebx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://invarch.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://invarch.statescan.io/#/accounts/{address}", + "event": "https://invarch.statescan.io/#/events/{event}", + "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "PLMC.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "PLMC", + "blockchain": "Polimec" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x0100", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x010300a10f043205011f", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "icon": "USDC.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x010300a10f043205e514", + "palletName": "ForeignAssets", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + }, + { + "url": "wss://polimec.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://polimec.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}", + "extrinsic": "https://polimec.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ] + }, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio 1 node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "MYTH.svg", + "staking": [ + "mythos" + ] + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://mythos.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://mythos.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#ED3A47", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", + "feeViaRuntimeCall": true, + "sessionLength": 14400, + "defaultBlockTime": 6000 + } + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.canary.acurast.com", + "name": "Acurast node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ] + } + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "BRIDGE", + "precision": 12, + "icon": "BRIDGE.svg" + } + ], + "nodes": [ + { + "url": "wss://nexus.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://nexus.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://nexus.statescan.io/#/accounts/{address}", + "event": "https://nexus.statescan.io/#/events/{event}", + "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 42 + }, + { + "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", + "name": "Cere", + "assets": [ + { + "assetId": 0, + "symbol": "CERE", + "precision": 10, + "priceId": "cere-network", + "icon": "CERE.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.mainnet.cere.network/ws", + "name": "Cere node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://cere.statescan.io/#/accounts/{address}", + "event": "https://cere.statescan.io/#/events/{event}", + "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", + "addressPrefix": 54, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "priceId": "avail", + "icon": "AVAIL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.avail.so/ws", + "name": "Avail node" + }, + { + "url": "wss://avail-mainnet.public.blastapi.io/", + "name": "Blastapi node" + }, + { + "url": "wss://avail.rpc.bountyblok.io", + "name": "Bountyblok node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", + "account": "https://avail.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "options": [ + "pushSupport" + ], + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" + } + }, + { + "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", + "name": "DENTNet", + "assets": [ + { + "assetId": 0, + "symbol": "DENTX", + "precision": 18, + "icon": "DENTX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.dentnet.io/ws", + "name": "DENTNet node" + } + ], + "explorers": [ + { + "name": "DENTNet Explorer", + "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", + "addressPrefix": 9807 + }, + { + "chainId": "eip155:324", + "name": "ZKsync Era", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://mainnet.era.zksync.io", + "name": "http node" + }, + { + "url": "https://1rpc.io/zksync2-era", + "name": "http node 2" + }, + { + "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", + "name": "http node 3" + }, + { + "url": "wss://mainnet.era.zksync.io/ws", + "name": "wss node" + } + ], + "explorers": [ + { + "name": "ZKsync Era explorer", + "extrinsic": "https://era.zksync.network/tx/{hash}", + "account": "https://era.zksync.network/address/{address}" + }, + { + "name": "Block explorer", + "extrinsic": "https://explorer.zksync.io/tx/{hash}", + "account": "https://explorer.zksync.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-era.zksync.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", + "addressPrefix": 324, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", + "name": "CC Enterprise", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.creditcoin.network/ws", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", + "account": "https://cc-enterprise.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", + "name": "Creditcoin", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet3.creditcoin.network", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", + "account": "https://creditcoin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", + "name": "Humanode", + "assets": [ + { + "assetId": 0, + "symbol": "HMND", + "precision": 18, + "priceId": "humanode", + "icon": "HMND.svg" + } + ], + "nodes": [ + { + "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", + "name": "Humanode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", + "account": "https://humanode.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", + "addressPrefix": 5234 + }, + { + "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", + "name": "DeepBrain", + "assets": [ + { + "assetId": 0, + "symbol": "DBC", + "precision": 15, + "priceId": "deepbrain-chain", + "icon": "DBC.svg" + } + ], + "nodes": [ + { + "url": "wss://info.dbcwallet.io", + "name": "DBC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", + "account": "https://dbc.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", + "addressPrefix": 42 + }, + { + "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "peaq", + "assets": [ + { + "assetId": 0, + "symbol": "PEAQ", + "precision": 18, + "priceId": "peaq-2", + "icon": "PEAQ.svg" + } + ], + "nodes": [ + { + "url": "wss://peaq-rpc.publicnode.com", + "name": "Peaq node" + }, + { + "url": "wss://peaq-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", + "account": "https://peaq.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", + "addressPrefix": 42 + }, + { + "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Laos", + "assets": [ + { + "assetId": 0, + "symbol": "LAOS", + "precision": 18, + "priceId": "laos-network", + "icon": "LAOS.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.laos.laosfoundation.io", + "name": "freeverse.io node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://laos.statescan.io/#/accounts/{address}", + "event": "https://laos.statescan.io/#/events/{event}" + }, + { + "name": "LAOS explorer", + "account": "https://explorer.laosnetwork.io/address/{address}", + "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Xode", + "assets": [ + { + "assetId": 0, + "symbol": "XON", + "precision": 12, + "icon": "XON.svg" + }, + { + "assetId": 1, + "symbol": "XGM", + "precision": 12, + "icon": "XGM.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 2, + "symbol": "XAV", + "precision": 12, + "icon": "XAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 3, + "symbol": "AZK", + "precision": 12, + "icon": "AZK.png", + "type": "statemine", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 4, + "symbol": "IXON", + "precision": 12, + "icon": "IXON.svg", + "type": "statemine", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 5, + "symbol": "IXAV", + "precision": 12, + "icon": "IXAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 6, + "symbol": "IDON", + "precision": 12, + "icon": "IDON.png", + "type": "statemine", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 7, + "symbol": "MPC", + "precision": 12, + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 8, + "symbol": "IMPC", + "precision": 12, + "icon": "IMPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 9, + "symbol": "DON", + "precision": 12, + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "9" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kr.xode.net", + "name": "Xode archive node" + }, + { + "url": "wss://rpcnodea01.xode.net/n7yoxCmcIrCF6VziCcDmYTwL8R03a/rpc", + "name": "XodeCommunity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode.svg", + "addressPrefix": 42 + }, + { + "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "JAMTON", + "assets": [ + { + "assetId": 0, + "symbol": "DOTON", + "precision": 18, + "icon": "DOTON.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.jamton.network", + "name": "Jamton node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", + "addressPrefix": 5589, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", + "overridesCommon": true + } + }, + { + "chainId": "eip155:41455", + "name": "Aleph Zero EVM", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "type": "evmNative", + "icon": "AZERO.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM rpc node" + }, + { + "url": "wss://ws.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://evm-explorer.alephzero.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Aleph Zero EVM Explorer", + "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", + "account": "https://evm-explorer.alephzero.org/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 41455, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", + "name": "Tangle", + "assets": [ + { + "assetId": 0, + "symbol": "TNT", + "precision": 18, + "priceId": "tangle-network", + "icon": "TNT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.tangle.tools", + "name": "Parity node" + }, + { + "url": "wss://tangle-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://tangle.statescan.io/#/accounts/{address}", + "event": "https://tangle.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", + "addressPrefix": 5845, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/coretime-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot-coretime-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://coretime-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://coretime-kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://sys.ibp.network/coretime-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama-coretime-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/coretime", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", + "account": "https://coretime-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", + "addressPrefix": 2, + "additional": { + "supportsGenericLedgerApp": true + } + } +] diff --git a/chains/v21/chains.json b/chains/v21/chains.json index 2344454..4664df7 100644 --- a/chains/v21/chains.json +++ b/chains/v21/chains.json @@ -1,9734 +1,9921 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot-1.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc-polkadot-2.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama-1.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc-kusama-2.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP1 node" - }, - { - "url": "wss://kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-kusama-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP1 node" - }, - { - "url": "wss://westend.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://westend.subsquare.io/api" - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "RMRK.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://asset-hub-kusama-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub", - "assethub-fees" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot People", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://people-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-people-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://people-polkadot.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama People", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://people-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/people", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", - "account": "https://people-kusama.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", - "addressPrefix": 2, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "KAR.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEEDk", - "precision": 12, - "icon": "aSEEDk.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "BNC.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "QTZ.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "CSM.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "KMA.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "NEER.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "BSX.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "AIR.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "GENS.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "CRAB.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x39" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "GLMR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "xcaSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "ACA.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "type": "statemine", - "icon": "PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "CFG.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "EQ.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "HDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "NODL.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871", - "isSufficient": true - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "OTP.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924", - "isSufficient": true - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143", - "isSufficient": true - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297", - "isSufficient": true - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652", - "isSufficient": true - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873", - "isSufficient": true - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://moonbeam.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#9968CE", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 6000 - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - }, - "sellProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - } - } - } - ], - "nodeSelectionStrategy": "roundRobin", - "nodes": [ - { - "url": "https://ethereum-rpc.publicnode.com", - "name": "Allnodes rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", - "name": "Infura node 5" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 4" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", - "name": "Infura node 6" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "MOVR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "KINT.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "kBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "xcaSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "CSM.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "KMA.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "CRAB.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "LIT.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "SDN.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "XRT.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601", - "isSufficient": true - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542", - "isSufficient": true - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732", - "isSufficient": true - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593", - "isSufficient": true - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "priceId": "mangata-x", - "icon": "MGX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353", - "isSufficient": true - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "priceId": "turing-network", - "icon": "TUR.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver-rpc.publicnode.com", - "name": "Allnodes node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#20A0B6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "SDN.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "MOVR.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "KINT.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "aSEEDk", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "CSM.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "18446744073709551627", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x40" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "BNC.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "KAR.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://us.bifrost-rpc.liebi.com/ws", - "name": "LiebiUS node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x38" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 6, - "options": [ - "governance" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "BSX.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "TNKR.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "XRT.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3f" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "AIR.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x37" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "EDG.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "0", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "1", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "2", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "ZLK.svg", - "typeExtras": { - "assetId": "3", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "4", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "BSX.svg", - "typeExtras": { - "assetId": "9", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "MOVR.svg", - "typeExtras": { - "assetId": "6", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "HKO.svg", - "typeExtras": { - "assetId": "7", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "KMA.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "TUR.svg", - "typeExtras": { - "assetId": "10", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "CRAB.svg", - "typeExtras": { - "assetId": "11", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "SDN.svg", - "typeExtras": { - "assetId": "12", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "NEER.svg", - "typeExtras": { - "assetId": "13", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "BIT.svg", - "typeExtras": { - "assetId": "14", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "PICA.svg", - "typeExtras": { - "assetId": "15", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.helikon.io/khala", - "name": "Helikon node" - }, - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3a" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://kilt.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3d" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "KMA.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "12", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "MOVR.svg", - "typeExtras": { - "assetId": "11", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "14", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "DAI-Karura.svg", - "typeExtras": { - "assetId": "15", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC-Karura.svg", - "typeExtras": { - "assetId": "16", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "QTZ.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3e" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x41" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "ACA.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "aSEEDp.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "EQ.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "NEMO", - "precision": 18, - "type": "orml", - "icon": "Default.svg", - "typeExtras": { - "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3c" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "ASTR.svg", - "precision": 18, - "buyProviders": { - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "ACA.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "aSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "18446744073709551617", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "UNQ.svg", - "typeExtras": { - "assetId": "18446744073709551631", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1f" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "101", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "sDOT.svg", - "typeExtras": { - "assetId": "1001", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "ACA.svg", - "typeExtras": { - "assetId": "108", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "104", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "LDOT.svg", - "typeExtras": { - "assetId": "110", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "114", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200060013", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200070014", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200080015", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200090016", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200100017", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "INTR.svg", - "typeExtras": { - "assetId": "120", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "122", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "102", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "CLV.svg", - "typeExtras": { - "assetId": "130", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "ASTR.svg", - "typeExtras": { - "assetId": "112", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "115", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://parallel.gatotech.network", - "name": "Gatotech node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://parallel.statescan.io/#/accounts/{address}", - "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", - "event": "https://parallel.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "CLV.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC.svg", - "typeExtras": { - "assetId": "1337", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "priceId": "gavun-wud", - "type": "statemine", - "icon": "WUD.svg", - "typeExtras": { - "assetId": "31337" - } - }, - { - "assetId": 9, - "symbol": "WETH-Snowbridge", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "statemine", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "statemine", - "icon": "WBTC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 11, - "symbol": "WIFD", - "precision": 10, - "type": "statemine", - "icon": "WIFD.svg", - "typeExtras": { - "assetId": "17" - } - }, - { - "assetId": 12, - "symbol": "BORK", - "precision": 10, - "type": "statemine", - "icon": "BORK.svg", - "typeExtras": { - "assetId": "690" - } - }, - { - "assetId": 13, - "symbol": "BUNS", - "precision": 10, - "type": "statemine", - "icon": "BUNS.svg", - "typeExtras": { - "assetId": "1234" - } - }, - { - "assetId": 14, - "symbol": "KOL", - "precision": 12, - "type": "statemine", - "icon": "KOL.svg", - "typeExtras": { - "assetId": "86" - } - }, - { - "assetId": 15, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "MYTH.svg", - "typeExtras": { - "assetId": "0x010100a534", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 16, - "symbol": "MYTH-Snowbridge", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "MYTH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 17, - "symbol": "USDC-Snowbridge", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 18, - "symbol": "USDT-Snowbridge", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 19, - "symbol": "DAI-Snowbridge", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "DAI-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 20, - "symbol": "BASTI", - "precision": 12, - "type": "statemine", - "icon": "Default.svg", - "typeExtras": { - "assetId": "22222015" - } - }, - { - "assetId": 21, - "symbol": "DAMN", - "precision": 12, - "type": "statemine", - "icon": "DAMN.svg", - "typeExtras": { - "assetId": "22222012" - } - }, - { - "assetId": 22, - "symbol": "BILLCOIN", - "precision": 12, - "type": "statemine", - "icon": "BILLCOIN.svg", - "typeExtras": { - "assetId": "50000075" - } - }, - { - "assetId": 23, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "0x02010903", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 24, - "symbol": "ETH-Snowbridge", - "precision": 18, - "priceId": "ethereum", - "type": "statemine", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x0201090704", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://rpc-assethub.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://sys.ibp.network/asset-hub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://asset-hub-polkadot-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x35" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "swap-hub", - "assethub-fees", - "proxy" - ], - "additional": { - "relaychainAsNative": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "XRT.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://encointer-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "KSM-kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "kBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "qkBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "qKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "qUSDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "PICA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3b" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "ZTG.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "SUB.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x34" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "CSM.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-sha-subscan.crustnetwork.xyz", - "name": "Subscan node" - }, - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "CFG.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://rpc-centrifuge.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hydration", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "HDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "ZTG.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "CFG.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "BNC.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "SUB.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "UNQ.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "NODL.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "orml", - "icon": "DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "priceId": "gavun-wud", - "type": "orml", - "icon": "WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 36, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "orml", - "icon": "MYTH.svg", - "typeExtras": { - "currencyIdScale": "0x1e000000", - "currencyIdType": "u32", - "existentialDeposit": "21367521367521400", - "transfersEnabled": true - } - }, - { - "assetId": 37, - "symbol": "WETH-Snowbridge", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x06430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 38, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0xfe420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 39, - "symbol": "WIFD", - "precision": 10, - "type": "orml", - "icon": "WIFD.svg", - "typeExtras": { - "currencyIdScale": "0x92420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 40, - "symbol": "BORK", - "precision": 10, - "type": "orml", - "icon": "BORK.svg", - "typeExtras": { - "currencyIdScale": "0xd4420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 41, - "symbol": "BUNS", - "precision": 10, - "type": "orml", - "icon": "BUNS.svg", - "typeExtras": { - "currencyIdScale": "0xf1420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 42, - "symbol": "KOL", - "precision": 12, - "type": "orml", - "icon": "KOL.svg", - "typeExtras": { - "currencyIdScale": "0x07430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 43, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x21000000", - "currencyIdType": "u32", - "existentialDeposit": "133689839572193000", - "transfersEnabled": true - } - }, - { - "assetId": 44, - "symbol": "AJUN", - "precision": 12, - "priceId": "ajuna-network-2", - "type": "orml", - "icon": "AJUN.svg", - "typeExtras": { - "currencyIdScale": "0x20000000", - "currencyIdType": "u32", - "existentialDeposit": "100786131828", - "transfersEnabled": true - } - }, - { - "assetId": 45, - "symbol": "AAVE", - "precision": 18, - "priceId": "aave", - "type": "orml", - "icon": "AAVE.svg", - "typeExtras": { - "currencyIdScale": "0xb0440f00", - "currencyIdType": "u32", - "existentialDeposit": "59084194977843", - "transfersEnabled": true - } - }, - { - "assetId": 46, - "symbol": "BASTI", - "precision": 12, - "type": "orml", - "icon": "Default.svg", - "typeExtras": { - "currencyIdScale": "0x64430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 47, - "symbol": "DAMN", - "precision": 12, - "type": "orml", - "icon": "DAMN.svg", - "typeExtras": { - "currencyIdScale": "0x5e430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 48, - "symbol": "SOL-Wormhole", - "precision": 9, - "type": "orml", - "icon": "SOL-Wormhole.svg", - "typeExtras": { - "currencyIdScale": "0x30450f00", - "currencyIdType": "u32", - "existentialDeposit": "46339", - "transfersEnabled": true - } - }, - { - "assetId": 49, - "symbol": "SUI-Wormhole", - "precision": 9, - "type": "orml", - "icon": "SUI-Wormhole.svg", - "typeExtras": { - "currencyIdScale": "0x31450f00", - "currencyIdType": "u32", - "existentialDeposit": "2652520", - "transfersEnabled": true - } - }, - { - "assetId": 50, - "symbol": "tBTC", - "precision": 18, - "priceId": "tbtc", - "type": "orml", - "icon": "tBTC.svg", - "typeExtras": { - "currencyIdScale": "0x3d450f00", - "currencyIdType": "u32", - "existentialDeposit": "106803374987", - "transfersEnabled": true - } - }, - { - "assetId": 51, - "symbol": "BILLCOIN", - "precision": 12, - "type": "orml", - "icon": "BILLCOIN.svg", - "typeExtras": { - "currencyIdScale": "0x3a450f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 52, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x43450f00", - "currencyIdType": "u32", - "existentialDeposit": "313283208", - "transfersEnabled": true - } - }, - { - "assetId": 53, - "symbol": "EWT", - "precision": 18, - "priceId": "energy-web-token", - "type": "orml", - "icon": "EWT.svg", - "typeExtras": { - "currencyIdScale": "0x6dda0300", - "currencyIdType": "u32", - "existentialDeposit": "3244646333550", - "transfersEnabled": true - } - }, - { - "assetId": 54, - "symbol": "LINK", - "precision": 18, - "priceId": "chainlink", - "type": "orml", - "icon": "LINK.svg", - "typeExtras": { - "currencyIdScale": "0x5a450f00", - "currencyIdType": "u32", - "existentialDeposit": "436681222707424", - "transfersEnabled": true - } - }, - { - "assetId": 55, - "symbol": "LDO", - "precision": 18, - "priceId": "lido-dao", - "type": "orml", - "icon": "LDO.svg", - "typeExtras": { - "currencyIdScale": "0x5c450f00", - "currencyIdType": "u32", - "existentialDeposit": "5102040816326530", - "transfersEnabled": true - } - }, - { - "assetId": 56, - "symbol": "SKY", - "precision": 18, - "type": "orml", - "icon": "SKY.svg", - "typeExtras": { - "currencyIdScale": "0x5b450f00", - "currencyIdType": "u32", - "existentialDeposit": "211685012701101000", - "transfersEnabled": true - } - }, - { - "assetId": 57, - "symbol": "ETH-Snowbridge", - "precision": 18, - "priceId": "ethereum", - "type": "orml", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x22000000", - "currencyIdType": "u32", - "existentialDeposit": "5373455131650", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-hydra.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Galactic Council node" - }, - { - "url": "wss://hydration.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://hydration.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", - "addressPrefix": 0, - "options": [ - "governance", - "governance-v1", - "hydradx-swaps", - "hydration-fees" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - }, - "legacyAddressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "iBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "KINT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "kBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "qiBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "qUSDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "qDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://interlay.statescan.io/#/accounts/{address}", - "event": "https://interlay.statescan.io/#/events/{event}", - "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "NODL.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.helikon.io/phala", - "name": "Helikon node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-phala-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "TUR.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "KAR.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "AZERO.svg", - "buyProviders": { - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000, - "feeViaRuntimeCall": true - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "PDEX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "ASTR.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "priceId": "neurowebai", - "icon": "NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-polkadot.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://bifrost-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", - "name": "LiebiEU node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 6, - "options": [ - "governance" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Heima", - "assets": [ - { - "assetId": 0, - "symbol": "HEI", - "precision": 18, - "icon": "HEI.svg", - "priceId": "heima" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://heima-rpc.n.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://heima.statescan.io/#/accounts/{address}", - "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", - "event": "https://heima.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "UNQ.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - }, - { - "url": "wss://unique.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://unique.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391, - "options": [ - "fullSyncByDefault" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "MGX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "TUR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "KAB.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "AMPE.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "EURM.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "NGNC.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "CAPS.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "POLYX.svg", - "buyProviders": { - "banxa": { - "coinType": "POLYX", - "blockchain": "Polymesh" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - } - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://ipci.rpc.robonomics.network", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation 1 node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation 2 node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation 3 node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "EURM.svg", - "priceId": "euro-coin", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "NGNC.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x0107", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "HDX", - "precision": 12, - "type": "orml", - "priceId": "hydradx", - "icon": "HDX.svg", - "typeExtras": { - "currencyIdScale": "0x0108", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0109", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "currencyIdScale": "0x010b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDC.axl", - "precision": 6, - "type": "orml", - "priceId": "axlusdc", - "icon": "USDCaxl.svg", - "typeExtras": { - "currencyIdScale": "0x010c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "priceId": "euro-coin", - "icon": "EURC.svg", - "typeExtras": { - "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", - "account": "https://pendulum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "SAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "priceId": "ajuna-network-2", - "icon": "AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://ajuna.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", - "account": "https://ajuna.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "KTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "CRAB.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "CKTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90 - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "VARA.svg", - "buyProviders": { - "banxa": { - "coinType": "VARA", - "blockchain": "VARA" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - }, - { - "name": "Subscan", - "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", - "account": "https://vara.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", - "supportsGenericLedgerApp": true - }, - "options": [ - "pushSupport" - ] - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "GIANT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 1" - }, - { - "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 2" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-kusama.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://collectives-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://collectives.statescan.io/#/accounts/{address}", - "event": "https://collectives.statescan.io/#/events/{event}", - "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" - }, - { - "name": "Subscan", - "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://collectives-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0, - "additional": { - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" - } - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network/", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "JOY.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "DOCK.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", - "account": "https://energywebx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42 - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://invarch.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://invarch.statescan.io/#/accounts/{address}", - "event": "https://invarch.statescan.io/#/events/{event}", - "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "PLMC.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "PLMC", - "blockchain": "Polimec" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x0100", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "USDT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x010300a10f043205011f", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "icon": "USDC.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x010300a10f043205e514", - "palletName": "ForeignAssets", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - }, - { - "url": "wss://polimec.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://polimec.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://polimec.statescan.io/#/accounts/{address}", - "event": "https://polimec.statescan.io/#/events/{event}", - "extrinsic": "https://polimec.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" - } - ] - }, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio 1 node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "icon": "MYTH.svg", - "staking": [ - "mythos" - ] - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://mythos.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://mythos.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", - "account": "https://mythos.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased", - "governance-v1" - ], - "additional": { - "themeColor": "#ED3A47", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", - "feeViaRuntimeCall": true, - "sessionLength": 14400, - "defaultBlockTime": 6000 - } - }, - { - "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Acurast Canary", - "assets": [ - { - "assetId": 0, - "symbol": "cACU", - "precision": 12, - "icon": "cACU.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.canary.acurast.com", - "name": "Acurast node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" - } - ] - } - }, - { - "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kreivo", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://kreivo.kippu.rocks/", - "name": "Kippu node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", - "addressPrefix": 2 - }, - { - "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hyperbridge Nexus", - "assets": [ - { - "assetId": 0, - "symbol": "BRIDGE", - "precision": 12, - "icon": "BRIDGE.svg" - } - ], - "nodes": [ - { - "url": "wss://nexus.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://nexus.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hyperbridge-nexus-rpc.blockops.network", - "name": "BlockOps node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://nexus.statescan.io/#/accounts/{address}", - "event": "https://nexus.statescan.io/#/events/{event}", - "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 42 - }, - { - "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", - "name": "Cere", - "assets": [ - { - "assetId": 0, - "symbol": "CERE", - "precision": 10, - "priceId": "cere-network", - "icon": "CERE.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.mainnet.cere.network/ws", - "name": "Cere node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://cere.statescan.io/#/accounts/{address}", - "event": "https://cere.statescan.io/#/events/{event}", - "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", - "addressPrefix": 54, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", - "name": "Avail", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "priceId": "avail", - "icon": "AVAIL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.avail.so/ws", - "name": "Avail node" - }, - { - "url": "wss://avail-mainnet.public.blastapi.io/", - "name": "Blastapi node" - }, - { - "url": "wss://avail.rpc.bountyblok.io", - "name": "Bountyblok node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", - "account": "https://avail.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", - "addressPrefix": 42, - "options": [ - "pushSupport" - ], - "additional": { - "themeColor": "#58C8F6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" - } - }, - { - "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", - "name": "DENTNet", - "assets": [ - { - "assetId": 0, - "symbol": "DENTX", - "precision": 18, - "icon": "DENTX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.dentnet.io/ws", - "name": "DENTNet node" - } - ], - "explorers": [ - { - "name": "DENTNet Explorer", - "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", - "addressPrefix": 9807 - }, - { - "chainId": "eip155:324", - "name": "ZKsync Era", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://mainnet.era.zksync.io", - "name": "http node" - }, - { - "url": "https://1rpc.io/zksync2-era", - "name": "http node 2" - }, - { - "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", - "name": "http node 3" - }, - { - "url": "wss://mainnet.era.zksync.io/ws", - "name": "wss node" - } - ], - "explorers": [ - { - "name": "ZKsync Era explorer", - "extrinsic": "https://era.zksync.network/tx/{hash}", - "account": "https://era.zksync.network/address/{address}" - }, - { - "name": "Block explorer", - "extrinsic": "https://explorer.zksync.io/tx/{hash}", - "account": "https://explorer.zksync.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-era.zksync.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", - "addressPrefix": 324, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", - "name": "CC Enterprise", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "CTC.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.creditcoin.network/ws", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", - "account": "https://cc-enterprise.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", - "name": "Creditcoin", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "CTC.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet3.creditcoin.network", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", - "account": "https://creditcoin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", - "name": "Humanode", - "assets": [ - { - "assetId": 0, - "symbol": "HMND", - "precision": 18, - "priceId": "humanode", - "icon": "HMND.svg" - } - ], - "nodes": [ - { - "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", - "name": "Humanode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", - "account": "https://humanode.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", - "addressPrefix": 5234 - }, - { - "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", - "name": "DeepBrain", - "assets": [ - { - "assetId": 0, - "symbol": "DBC", - "precision": 15, - "priceId": "deepbrain-chain", - "icon": "DBC.svg" - } - ], - "nodes": [ - { - "url": "wss://info.dbcwallet.io", - "name": "DBC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", - "account": "https://dbc.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", - "addressPrefix": 42 - }, - { - "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "peaq", - "assets": [ - { - "assetId": 0, - "symbol": "PEAQ", - "precision": 18, - "priceId": "peaq-2", - "icon": "PEAQ.svg" - } - ], - "nodes": [ - { - "url": "wss://peaq-rpc.publicnode.com", - "name": "Peaq node" - }, - { - "url": "wss://peaq-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", - "account": "https://peaq.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", - "addressPrefix": 42 - }, - { - "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Laos", - "assets": [ - { - "assetId": 0, - "symbol": "LAOS", - "precision": 18, - "priceId": "laos-network", - "icon": "LAOS.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.laos.laosfoundation.io", - "name": "freeverse.io node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://laos.statescan.io/#/accounts/{address}", - "event": "https://laos.statescan.io/#/events/{event}" - }, - { - "name": "LAOS explorer", - "account": "https://explorer.laosnetwork.io/address/{address}", - "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Xode", - "assets": [ - { - "assetId": 0, - "symbol": "XON", - "precision": 12, - "icon": "XON.svg" - }, - { - "assetId": 1, - "symbol": "XGM", - "precision": 12, - "icon": "XGM.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 2, - "symbol": "XAV", - "precision": 12, - "icon": "XAV.svg", - "type": "statemine", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 3, - "symbol": "AZK", - "precision": 12, - "icon": "AZK.png", - "type": "statemine", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 4, - "symbol": "IXON", - "precision": 12, - "icon": "IXON.svg", - "type": "statemine", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 5, - "symbol": "IXAV", - "precision": 12, - "icon": "IXAV.svg", - "type": "statemine", - "typeExtras": { - "assetId": "5" - } - }, - { - "assetId": 6, - "symbol": "IDON", - "precision": 12, - "icon": "IDON.png", - "type": "statemine", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 7, - "symbol": "MPC", - "precision": 12, - "icon": "MPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 8, - "symbol": "IMPC", - "precision": 12, - "icon": "IMPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 9, - "symbol": "DON", - "precision": 12, - "icon": "DON.png", - "type": "statemine", - "typeExtras": { - "assetId": "9" - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kr.xode.net", - "name": "Xode archive node" - }, - { - "url": "wss://rpcnodea01.xode.net/n7yoxCmcIrCF6VziCcDmYTwL8R03a/rpc", - "name": "XodeCommunity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode.svg", - "addressPrefix": 42 - }, - { - "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "JAMTON", - "assets": [ - { - "assetId": 0, - "symbol": "DOTON", - "precision": 18, - "icon": "DOTON.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.jamton.network", - "name": "Jamton node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", - "addressPrefix": 5589, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", - "overridesCommon": true - } - }, - { - "chainId": "eip155:41455", - "name": "Aleph Zero EVM", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "type": "evmNative", - "icon": "AZERO.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://rpc.alephzero.raas.gelato.cloud", - "name": "Aleph Zero EVM rpc node" - }, - { - "url": "wss://ws.alephzero.raas.gelato.cloud", - "name": "Aleph Zero EVM wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://evm-explorer.alephzero.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Aleph Zero EVM Explorer", - "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", - "account": "https://evm-explorer.alephzero.org/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 41455, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", - "name": "Tangle", - "assets": [ - { - "assetId": 0, - "symbol": "TNT", - "precision": 18, - "priceId": "tangle-network", - "icon": "TNT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.tangle.tools", - "name": "Parity node" - }, - { - "url": "wss://tangle-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://tangle.statescan.io/#/accounts/{address}", - "event": "https://tangle.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", - "addressPrefix": 5845, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Coretime", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/coretime-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://coretime-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-coretime-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://polkadot-coretime-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://coretime-polkadot.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Coretime", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://coretime-kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://sys.ibp.network/coretime-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://coretime-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-coretime-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama-coretime-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/coretime", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", - "account": "https://coretime-kusama.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", - "addressPrefix": 2, - "additional": { - "supportsGenericLedgerApp": true - } + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-polkadot-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-kusama-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP1 node" + }, + { + "url": "wss://kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend (TESTNET)", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP1 node" + }, + { + "url": "wss://westend.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://westend.subsquare.io/api" + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "RMRK.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://asset-hub-kusama-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub", + "assethub-fees" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot People", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://people-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-people-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://people-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama People", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://people-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/people", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", + "account": "https://people-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", + "addressPrefix": 2, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "KAR.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEEDk", + "precision": 12, + "icon": "aSEEDk.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "BNC.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "QTZ.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "CSM.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "KMA.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "NEER.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "BSX.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "AIR.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "GENS.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "CRAB.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x39" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "GLMR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcaSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "CFG.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "EQ.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "NODL.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "OTP.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873", + "isSufficient": true + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://moonbeam.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#9968CE", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 6000 + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + }, + "sellProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + } + } + } + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://ethereum-rpc.publicnode.com", + "name": "Allnodes rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/32a2be59297444c9bcb2b61bb700c6fe", + "name": "Infura node 5" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 4" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node 6" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "MOVR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "KINT.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "kBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcaSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "CSM.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "KMA.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "CRAB.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "LIT.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "SDN.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "XRT.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "priceId": "mangata-x", + "icon": "MGX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "priceId": "turing-network", + "icon": "TUR.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver-rpc.publicnode.com", + "name": "Allnodes node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "SDN.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "aSEEDk", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "CSM.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551627", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x40" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "BNC.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "KAR.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://us.bifrost-rpc.liebi.com/ws", + "name": "LiebiUS node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "BSX.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "TNKR.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "XRT.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3f" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "AIR.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x37" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "EDG.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "1", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "2", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "ZLK.svg", + "typeExtras": { + "assetId": "3", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "4", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "BSX.svg", + "typeExtras": { + "assetId": "9", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "6", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "HKO.svg", + "typeExtras": { + "assetId": "7", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "KMA.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "TUR.svg", + "typeExtras": { + "assetId": "10", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "CRAB.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "SDN.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "NEER.svg", + "typeExtras": { + "assetId": "13", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "BIT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "PICA.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.helikon.io/khala", + "name": "Helikon node" + }, + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3a" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://kilt.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3d" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "KMA.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Karura.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Karura.svg", + "typeExtras": { + "assetId": "16", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "QTZ.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3e" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x41" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "ACA.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "aSEEDp.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "EQ.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "NEMO", + "precision": 18, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3c" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "ASTR.svg", + "precision": 18, + "buyProviders": { + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "aSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "18446744073709551617", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "UNQ.svg", + "typeExtras": { + "assetId": "18446744073709551631", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1f" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "101", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "sDOT.svg", + "typeExtras": { + "assetId": "1001", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "108", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "104", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "LDOT.svg", + "typeExtras": { + "assetId": "110", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "114", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200060013", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200070014", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200080015", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200090016", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200100017", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "120", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "122", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "102", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "CLV.svg", + "typeExtras": { + "assetId": "130", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "112", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "115", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://parallel.gatotech.network", + "name": "Gatotech node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://parallel.statescan.io/#/accounts/{address}", + "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", + "event": "https://parallel.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "CLV.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC.svg", + "typeExtras": { + "assetId": "1337", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "statemine", + "icon": "WUD.svg", + "typeExtras": { + "assetId": "31337" + } + }, + { + "assetId": 9, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "statemine", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 11, + "symbol": "WIFD", + "precision": 10, + "type": "statemine", + "icon": "WIFD.svg", + "typeExtras": { + "assetId": "17" + } + }, + { + "assetId": 12, + "symbol": "BORK", + "precision": 10, + "type": "statemine", + "icon": "BORK.svg", + "typeExtras": { + "assetId": "690" + } + }, + { + "assetId": 13, + "symbol": "BUNS", + "precision": 10, + "type": "statemine", + "icon": "BUNS.svg", + "typeExtras": { + "assetId": "1234" + } + }, + { + "assetId": 14, + "symbol": "KOL", + "precision": 12, + "type": "statemine", + "icon": "KOL.svg", + "typeExtras": { + "assetId": "86" + } + }, + { + "assetId": 15, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH.svg", + "typeExtras": { + "assetId": "0x010100a534", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 16, + "symbol": "MYTH-Snowbridge", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 17, + "symbol": "USDC-Snowbridge", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 18, + "symbol": "USDT-Snowbridge", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 19, + "symbol": "DAI-Snowbridge", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 20, + "symbol": "BASTI", + "precision": 12, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "22222015" + } + }, + { + "assetId": 21, + "symbol": "DAMN", + "precision": 12, + "type": "statemine", + "icon": "DAMN.svg", + "typeExtras": { + "assetId": "22222012" + } + }, + { + "assetId": 22, + "symbol": "BILLCOIN", + "precision": 12, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "50000075" + } + }, + { + "assetId": 23, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0x02010903", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 24, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x0201090704", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-assethub.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://sys.ibp.network/asset-hub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://asset-hub-polkadot-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x35" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub", + "assethub-fees", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "XRT.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://encointer-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "KSM-kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "kBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "qkBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "qKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "qUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "PICA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3b" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "ZTG.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x34" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "CSM.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-sha-subscan.crustnetwork.xyz", + "name": "Subscan node" + }, + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "CFG.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://rpc-centrifuge.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hydration", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "HDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "ZTG.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "CFG.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "UNQ.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "NODL.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "orml", + "icon": "WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 36, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "orml", + "icon": "MYTH.svg", + "typeExtras": { + "currencyIdScale": "0x1e000000", + "currencyIdType": "u32", + "existentialDeposit": "21367521367521400", + "transfersEnabled": true + } + }, + { + "assetId": 37, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x06430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 38, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0xfe420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 39, + "symbol": "WIFD", + "precision": 10, + "type": "orml", + "icon": "WIFD.svg", + "typeExtras": { + "currencyIdScale": "0x92420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 40, + "symbol": "BORK", + "precision": 10, + "type": "orml", + "icon": "BORK.svg", + "typeExtras": { + "currencyIdScale": "0xd4420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 41, + "symbol": "BUNS", + "precision": 10, + "type": "orml", + "icon": "BUNS.svg", + "typeExtras": { + "currencyIdScale": "0xf1420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 42, + "symbol": "KOL", + "precision": 12, + "type": "orml", + "icon": "KOL.svg", + "typeExtras": { + "currencyIdScale": "0x07430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 43, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x21000000", + "currencyIdType": "u32", + "existentialDeposit": "133689839572193000", + "transfersEnabled": true + } + }, + { + "assetId": 44, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "type": "orml", + "icon": "AJUN.svg", + "typeExtras": { + "currencyIdScale": "0x20000000", + "currencyIdType": "u32", + "existentialDeposit": "100786131828", + "transfersEnabled": true + } + }, + { + "assetId": 45, + "symbol": "AAVE", + "precision": 18, + "priceId": "aave", + "type": "orml", + "icon": "AAVE.svg", + "typeExtras": { + "currencyIdScale": "0xb0440f00", + "currencyIdType": "u32", + "existentialDeposit": "59084194977843", + "transfersEnabled": true + } + }, + { + "assetId": 46, + "symbol": "BASTI", + "precision": 12, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x64430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 47, + "symbol": "DAMN", + "precision": 12, + "type": "orml", + "icon": "DAMN.svg", + "typeExtras": { + "currencyIdScale": "0x5e430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 48, + "symbol": "SOL-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SOL-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x30450f00", + "currencyIdType": "u32", + "existentialDeposit": "46339", + "transfersEnabled": true + } + }, + { + "assetId": 49, + "symbol": "SUI-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SUI-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x31450f00", + "currencyIdType": "u32", + "existentialDeposit": "2652520", + "transfersEnabled": true + } + }, + { + "assetId": 50, + "symbol": "tBTC", + "precision": 18, + "priceId": "tbtc", + "type": "orml", + "icon": "tBTC.svg", + "typeExtras": { + "currencyIdScale": "0x3d450f00", + "currencyIdType": "u32", + "existentialDeposit": "106803374987", + "transfersEnabled": true + } + }, + { + "assetId": 51, + "symbol": "BILLCOIN", + "precision": 12, + "type": "orml", + "icon": "BILLCOIN.svg", + "typeExtras": { + "currencyIdScale": "0x3a450f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 52, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x43450f00", + "currencyIdType": "u32", + "existentialDeposit": "313283208", + "transfersEnabled": true + } + }, + { + "assetId": 53, + "symbol": "EWT", + "precision": 18, + "priceId": "energy-web-token", + "type": "orml", + "icon": "EWT.svg", + "typeExtras": { + "currencyIdScale": "0x6dda0300", + "currencyIdType": "u32", + "existentialDeposit": "3244646333550", + "transfersEnabled": true + } + }, + { + "assetId": 54, + "symbol": "LINK", + "precision": 18, + "priceId": "chainlink", + "type": "orml", + "icon": "LINK.svg", + "typeExtras": { + "currencyIdScale": "0x5a450f00", + "currencyIdType": "u32", + "existentialDeposit": "436681222707424", + "transfersEnabled": true + } + }, + { + "assetId": 55, + "symbol": "LDO", + "precision": 18, + "priceId": "lido-dao", + "type": "orml", + "icon": "LDO.svg", + "typeExtras": { + "currencyIdScale": "0x5c450f00", + "currencyIdType": "u32", + "existentialDeposit": "5102040816326530", + "transfersEnabled": true + } + }, + { + "assetId": 56, + "symbol": "SKY", + "precision": 18, + "type": "orml", + "icon": "SKY.svg", + "typeExtras": { + "currencyIdScale": "0x5b450f00", + "currencyIdType": "u32", + "existentialDeposit": "211685012701101000", + "transfersEnabled": true + } + }, + { + "assetId": 57, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x22000000", + "currencyIdType": "u32", + "existentialDeposit": "5373455131650", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-hydra.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + }, + { + "url": "wss://hydration.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://hydration.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", + "addressPrefix": 0, + "options": [ + "governance", + "governance-v1", + "hydradx-swaps", + "hydration-fees" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "iBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "KINT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "kBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "qiBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "qUSDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "qDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://interlay.statescan.io/#/accounts/{address}", + "event": "https://interlay.statescan.io/#/events/{event}", + "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "NODL.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.helikon.io/phala", + "name": "Helikon node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-phala-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "TUR.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "KAR.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "AZERO.svg", + "buyProviders": { + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "PDEX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "icon": "NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-polkadot.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://bifrost-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", + "name": "LiebiEU node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Heima", + "assets": [ + { + "assetId": 0, + "symbol": "HEI", + "precision": 18, + "icon": "HEI.svg", + "priceId": "heima" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://heima-rpc.n.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://heima.statescan.io/#/accounts/{address}", + "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", + "event": "https://heima.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "UNQ.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + }, + { + "url": "wss://unique.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://unique.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391, + "options": [ + "fullSyncByDefault" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "MGX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "TUR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "KAB.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "AMPE.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "CAPS.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "POLYX.svg", + "buyProviders": { + "banxa": { + "coinType": "POLYX", + "blockchain": "Polymesh" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + } + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://ipci.rpc.robonomics.network", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation 1 node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation 2 node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation 3 node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "priceId": "euro-coin", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x0107", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "HDX", + "precision": 12, + "type": "orml", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "currencyIdScale": "0x0108", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0109", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x010b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDC.axl", + "precision": 6, + "type": "orml", + "priceId": "axlusdc", + "icon": "USDCaxl.svg", + "typeExtras": { + "currencyIdScale": "0x010c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "priceId": "euro-coin", + "icon": "EURC.svg", + "typeExtras": { + "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", + "account": "https://pendulum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "SAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "icon": "AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://ajuna.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", + "account": "https://ajuna.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "KTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "CRAB.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "CKTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90 + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "VARA.svg", + "buyProviders": { + "banxa": { + "coinType": "VARA", + "blockchain": "VARA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + }, + { + "name": "Subscan", + "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", + "account": "https://vara.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", + "supportsGenericLedgerApp": true + }, + "options": [ + "pushSupport" + ] + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "GIANT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 1" + }, + { + "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0 + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-kusama.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2 + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://collectives-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives.statescan.io/#/accounts/{address}", + "event": "https://collectives.statescan.io/#/events/{event}", + "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" + }, + { + "name": "Subscan", + "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://collectives-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0, + "additional": { + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + } + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network/", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "JOY.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "DOCK.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", + "account": "https://energywebx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42 + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://invarch.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://invarch.statescan.io/#/accounts/{address}", + "event": "https://invarch.statescan.io/#/events/{event}", + "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "PLMC.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "PLMC", + "blockchain": "Polimec" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x0100", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x010300a10f043205011f", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "icon": "USDC.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x010300a10f043205e514", + "palletName": "ForeignAssets", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + }, + { + "url": "wss://polimec.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://polimec.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}", + "extrinsic": "https://polimec.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ] + }, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio 1 node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "MYTH.svg", + "staking": [ + "mythos" + ] + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://mythos.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://mythos.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#ED3A47", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", + "feeViaRuntimeCall": true, + "sessionLength": 14400, + "defaultBlockTime": 6000 + } + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.canary.acurast.com", + "name": "Acurast node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ] + } + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "BRIDGE", + "precision": 12, + "icon": "BRIDGE.svg" + } + ], + "nodes": [ + { + "url": "wss://nexus.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://nexus.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://nexus.statescan.io/#/accounts/{address}", + "event": "https://nexus.statescan.io/#/events/{event}", + "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 42 + }, + { + "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", + "name": "Cere", + "assets": [ + { + "assetId": 0, + "symbol": "CERE", + "precision": 10, + "priceId": "cere-network", + "icon": "CERE.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.mainnet.cere.network/ws", + "name": "Cere node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://cere.statescan.io/#/accounts/{address}", + "event": "https://cere.statescan.io/#/events/{event}", + "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", + "addressPrefix": 54, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "priceId": "avail", + "icon": "AVAIL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.avail.so/ws", + "name": "Avail node" + }, + { + "url": "wss://avail-mainnet.public.blastapi.io/", + "name": "Blastapi node" + }, + { + "url": "wss://avail.rpc.bountyblok.io", + "name": "Bountyblok node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", + "account": "https://avail.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "options": [ + "pushSupport" + ], + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" + } + }, + { + "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", + "name": "DENTNet", + "assets": [ + { + "assetId": 0, + "symbol": "DENTX", + "precision": 18, + "icon": "DENTX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.dentnet.io/ws", + "name": "DENTNet node" + } + ], + "explorers": [ + { + "name": "DENTNet Explorer", + "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", + "addressPrefix": 9807 + }, + { + "chainId": "eip155:324", + "name": "ZKsync Era", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://mainnet.era.zksync.io", + "name": "http node" + }, + { + "url": "https://1rpc.io/zksync2-era", + "name": "http node 2" + }, + { + "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", + "name": "http node 3" + }, + { + "url": "wss://mainnet.era.zksync.io/ws", + "name": "wss node" + } + ], + "explorers": [ + { + "name": "ZKsync Era explorer", + "extrinsic": "https://era.zksync.network/tx/{hash}", + "account": "https://era.zksync.network/address/{address}" + }, + { + "name": "Block explorer", + "extrinsic": "https://explorer.zksync.io/tx/{hash}", + "account": "https://explorer.zksync.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-era.zksync.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", + "addressPrefix": 324, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", + "name": "CC Enterprise", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.creditcoin.network/ws", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", + "account": "https://cc-enterprise.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", + "name": "Creditcoin", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet3.creditcoin.network", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", + "account": "https://creditcoin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", + "name": "Humanode", + "assets": [ + { + "assetId": 0, + "symbol": "HMND", + "precision": 18, + "priceId": "humanode", + "icon": "HMND.svg" + } + ], + "nodes": [ + { + "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", + "name": "Humanode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", + "account": "https://humanode.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", + "addressPrefix": 5234 + }, + { + "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", + "name": "DeepBrain", + "assets": [ + { + "assetId": 0, + "symbol": "DBC", + "precision": 15, + "priceId": "deepbrain-chain", + "icon": "DBC.svg" + } + ], + "nodes": [ + { + "url": "wss://info.dbcwallet.io", + "name": "DBC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", + "account": "https://dbc.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", + "addressPrefix": 42 + }, + { + "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "peaq", + "assets": [ + { + "assetId": 0, + "symbol": "PEAQ", + "precision": 18, + "priceId": "peaq-2", + "icon": "PEAQ.svg" + } + ], + "nodes": [ + { + "url": "wss://peaq-rpc.publicnode.com", + "name": "Peaq node" + }, + { + "url": "wss://peaq-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", + "account": "https://peaq.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", + "addressPrefix": 42 + }, + { + "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Laos", + "assets": [ + { + "assetId": 0, + "symbol": "LAOS", + "precision": 18, + "priceId": "laos-network", + "icon": "LAOS.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.laos.laosfoundation.io", + "name": "freeverse.io node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://laos.statescan.io/#/accounts/{address}", + "event": "https://laos.statescan.io/#/events/{event}" + }, + { + "name": "LAOS explorer", + "account": "https://explorer.laosnetwork.io/address/{address}", + "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Xode", + "assets": [ + { + "assetId": 0, + "symbol": "XON", + "precision": 12, + "icon": "XON.svg" + }, + { + "assetId": 1, + "symbol": "XGM", + "precision": 12, + "icon": "XGM.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 2, + "symbol": "XAV", + "precision": 12, + "icon": "XAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 3, + "symbol": "AZK", + "precision": 12, + "icon": "AZK.png", + "type": "statemine", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 4, + "symbol": "IXON", + "precision": 12, + "icon": "IXON.svg", + "type": "statemine", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 5, + "symbol": "IXAV", + "precision": 12, + "icon": "IXAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 6, + "symbol": "IDON", + "precision": 12, + "icon": "IDON.png", + "type": "statemine", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 7, + "symbol": "MPC", + "precision": 12, + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 8, + "symbol": "IMPC", + "precision": 12, + "icon": "IMPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 9, + "symbol": "DON", + "precision": 12, + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "9" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kr.xode.net", + "name": "Xode archive node" + }, + { + "url": "wss://rpcnodea01.xode.net/n7yoxCmcIrCF6VziCcDmYTwL8R03a/rpc", + "name": "XodeCommunity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode.svg", + "addressPrefix": 42 + }, + { + "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "JAMTON", + "assets": [ + { + "assetId": 0, + "symbol": "DOTON", + "precision": 18, + "icon": "DOTON.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.jamton.network", + "name": "Jamton node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", + "addressPrefix": 5589, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", + "overridesCommon": true + } + }, + { + "chainId": "eip155:41455", + "name": "Aleph Zero EVM", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "type": "evmNative", + "icon": "AZERO.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM rpc node" + }, + { + "url": "wss://ws.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://evm-explorer.alephzero.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Aleph Zero EVM Explorer", + "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", + "account": "https://evm-explorer.alephzero.org/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 41455, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", + "name": "Tangle", + "assets": [ + { + "assetId": 0, + "symbol": "TNT", + "precision": 18, + "priceId": "tangle-network", + "icon": "TNT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.tangle.tools", + "name": "Parity node" + }, + { + "url": "wss://tangle-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://tangle.statescan.io/#/accounts/{address}", + "event": "https://tangle.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", + "addressPrefix": 5845, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/coretime-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot-coretime-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://coretime-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://coretime-kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://sys.ibp.network/coretime-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama-coretime-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/coretime", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", + "account": "https://coretime-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", + "addressPrefix": 2, + "additional": { + "supportsGenericLedgerApp": true + } + } ] diff --git a/chains/v21/chains_dev.json b/chains/v21/chains_dev.json index d9dc0ae..cd2c81d 100644 --- a/chains/v21/chains_dev.json +++ b/chains/v21/chains_dev.json @@ -1,12048 +1,12235 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot-1.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc-polkadot-2.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" - } - ], - "multisig": [ - { - "type": "subquery", - "url": "https://subquery-proxy-polkadot-stg.novasama-tech.org" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama-1.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc-kusama-2.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP1 node" - }, - { - "url": "wss://kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-kusama-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "sellProviders": { - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP1 node" - }, - { - "url": "wss://westend.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "multisig": [ - { - "type": "subquery", - "url": "https://subquery-proxy-westend-stg.novasama-tech.org" - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true, - "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Asset Hub (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://asset-hub-westend-rpc.dwellir.com", - "name": "Dwellir" - }, - { - "url": "wss://westmint-rpc-tn.dwellir.com", - "name": "Dwellir Tunisia" - }, - { - "url": "wss://sys.ibp.network/asset-hub-westend", - "name": "IBP1" - }, - { - "url": "wss://asset-hub-westend.dotters.network", - "name": "IBP2" - }, - { - "url": "wss://westend-asset-hub-rpc.polkadot.io", - "name": "Parity" - }, - { - "url": "wss://asset-hub-westend.rpc.permanence.io", - "name": "Permanence DAO EU" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/#/accounts/{address}", - "event": "https://westmint.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "swap-hub", - "proxy", - "governance" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "RMRK.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://asset-hub-kusama-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub", - "assethub-fees", - "proxy" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "KAR.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEEDk", - "precision": 12, - "icon": "aSEEDk.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "BNC.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "QTZ.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "CSM.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "KMA.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "NEER.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "BSX.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "AIR.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "GENS.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "CRAB.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x39" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "MOVR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "KINT.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "kBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "xcaSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "CSM.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "KMA.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "CRAB.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "TEER.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "LIT.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "SDN.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "XRT.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601", - "isSufficient": true - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "vKSM.svg", - "typeExtras": { - "assetId": "264344629840762281112027368930249420542", - "isSufficient": true - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "statemine", - "icon": "vBNC.svg", - "typeExtras": { - "assetId": "72145018963825376852137222787619937732", - "isSufficient": true - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "statemine", - "icon": "vMOVR.svg", - "typeExtras": { - "assetId": "203223821023327994093278529517083736593", - "isSufficient": true - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "statemine", - "priceId": "mangata-x", - "icon": "MGX.svg", - "typeExtras": { - "assetId": "118095707745084482624853002839493125353", - "isSufficient": true - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "statemine", - "priceId": "turing-network", - "icon": "TUR.svg", - "typeExtras": { - "assetId": "133300872918374599700079037156071917454", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver-rpc.publicnode.com", - "name": "Allnodes node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance" - ], - "additional": { - "themeColor": "#20A0B6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "Default.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "Default.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://moonbase-alpha.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonbase-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.api.moonbase.moonbeam.network", - "name": "Moonbase node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "SDN.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "MOVR.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "KINT.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "aSEEDk", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "CSM.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "18446744073709551627", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x40" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - }, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "BNC.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "KAR.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://us.bifrost-rpc.liebi.com/ws", - "name": "LiebiUS node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x38" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x38" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 6, - "options": [ - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "KSM-kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "kBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "qkBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "qKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "qUSDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "EDG.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "BSX.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "TNKR.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "XRT.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3f" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "additional": { - "feeViaRuntimeCall": false - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "AIR.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x37" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance" - ], - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "0", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "1", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "2", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "ZLK.svg", - "typeExtras": { - "assetId": "3", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "4", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "BSX.svg", - "typeExtras": { - "assetId": "9", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "MOVR.svg", - "typeExtras": { - "assetId": "6", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "HKO.svg", - "typeExtras": { - "assetId": "7", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "KMA.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "TUR.svg", - "typeExtras": { - "assetId": "10", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "CRAB.svg", - "typeExtras": { - "assetId": "11", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "SDN.svg", - "typeExtras": { - "assetId": "12", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "NEER.svg", - "typeExtras": { - "assetId": "13", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "BIT.svg", - "typeExtras": { - "assetId": "14", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "PICA.svg", - "typeExtras": { - "assetId": "15", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.helikon.io/khala", - "name": "Helikon node" - }, - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3a" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://kilt.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3d" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "PILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "KMA.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "12", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "MOVR.svg", - "typeExtras": { - "assetId": "11", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "14", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "DAI-Karura.svg", - "typeExtras": { - "assetId": "15", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC-Karura.svg", - "typeExtras": { - "assetId": "16", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "QTZ.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3e" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x41" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "ACA.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "aSEEDp.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "EQ.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "NEMO", - "precision": 18, - "type": "orml", - "icon": "Default.svg", - "typeExtras": { - "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3c" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "ACA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "GLMR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "xcaSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "ACA.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "type": "statemine", - "icon": "PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "statemine", - "priceId": "centrifuge", - "icon": "CFG.svg", - "typeExtras": { - "assetId": "91372035960551235635465443179559840483", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "165823357460190568952172802245839421906", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "statemine", - "priceId": "equilibrium-token", - "icon": "EQ.svg", - "typeExtras": { - "assetId": "190590555344745888270686124937537713878", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "EQD.svg", - "typeExtras": { - "assetId": "187224307232923873519830480073807488153", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "statemine", - "priceId": "hydradx", - "icon": "HDX.svg", - "typeExtras": { - "assetId": "69606720909260275826784788104880799692", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "statemine", - "priceId": "nodle-network", - "icon": "NODL.svg", - "typeExtras": { - "assetId": "309163521958167876851250718453738106865", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "statemine", - "priceId": "darwinia-network-native-token", - "icon": "RING.svg", - "typeExtras": { - "assetId": "125699734534028342599692732320197985871", - "isSufficient": true - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "OTP.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924", - "isSufficient": true - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "assetId": "29085784439601774464560083082574142143", - "isSufficient": true - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "statemine", - "icon": "vFIL.svg", - "typeExtras": { - "assetId": "272547899416482196831721420898811311297", - "isSufficient": true - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "statemine", - "icon": "vGLMR.svg", - "typeExtras": { - "assetId": "204507659831918931608354793288110796652", - "isSufficient": true - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "statemine", - "priceId": "manta-network", - "icon": "MANTA.svg", - "typeExtras": { - "assetId": "166446646689194205559791995948102903873", - "isSufficient": true - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "statemine", - "priceId": "usd-coin", - "icon": "USDC.svg", - "typeExtras": { - "assetId": "166377000701797186346254371275954761085", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://moonbeam.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" - } - ], - "multisig": [ - { - "type": "subquery", - "url": "https://subquery-proxy-moonbeam-stg.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#9968CE", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 6000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - }, - "sellProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://ethereum-rpc.publicnode.com", - "name": "Allnodes rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:11155111", - "name": "Ethereum - Sepolia", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://ethereum-sepolia-rpc.publicnode.com", - "name": "Public Test Node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://sepolia.etherscan.io/tx/{hash}", - "account": "https://sepolia.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://sepolia.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 11155111, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "ASTR.svg", - "precision": 18, - "buyProviders": { - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "ACA.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "aSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "18446744073709551617", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "UNQ.svg", - "typeExtras": { - "assetId": "18446744073709551631", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1f" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "101", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "sDOT.svg", - "typeExtras": { - "assetId": "1001", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "ACA.svg", - "typeExtras": { - "assetId": "108", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "104", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "LDOT.svg", - "typeExtras": { - "assetId": "110", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "114", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200060013", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200070014", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200080015", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200090016", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "cDOT.svg", - "typeExtras": { - "assetId": "200100017", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "INTR.svg", - "typeExtras": { - "assetId": "120", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "122", - "isSufficient": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "102", - "isSufficient": true - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "CLV.svg", - "typeExtras": { - "assetId": "130", - "isSufficient": true - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "ASTR.svg", - "typeExtras": { - "assetId": "112", - "isSufficient": true - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "115", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://parallel.gatotech.network", - "name": "Gatotech node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://parallel.statescan.io/#/accounts/{address}", - "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", - "event": "https://parallel.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "CLV.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC.svg", - "typeExtras": { - "assetId": "1337", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "priceId": "gavun-wud", - "type": "statemine", - "icon": "WUD.svg", - "typeExtras": { - "assetId": "31337" - } - }, - { - "assetId": 9, - "symbol": "WETH-Snowbridge", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "statemine", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "statemine", - "icon": "WBTC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 11, - "symbol": "WIFD", - "precision": 10, - "type": "statemine", - "icon": "WIFD.svg", - "typeExtras": { - "assetId": "17" - } - }, - { - "assetId": 12, - "symbol": "BORK", - "precision": 10, - "type": "statemine", - "icon": "BORK.svg", - "typeExtras": { - "assetId": "690" - } - }, - { - "assetId": 13, - "symbol": "BUNS", - "precision": 10, - "type": "statemine", - "icon": "BUNS.svg", - "typeExtras": { - "assetId": "1234" - } - }, - { - "assetId": 14, - "symbol": "KOL", - "precision": 12, - "type": "statemine", - "icon": "KOL.svg", - "typeExtras": { - "assetId": "86" - } - }, - { - "assetId": 15, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "MYTH.svg", - "typeExtras": { - "assetId": "0x010100a534", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 16, - "symbol": "MYTH-Snowbridge", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "MYTH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 17, - "symbol": "USDC-Snowbridge", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 18, - "symbol": "USDT-Snowbridge", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 19, - "symbol": "DAI-Snowbridge", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "DAI-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 20, - "symbol": "BASTI", - "precision": 12, - "type": "statemine", - "icon": "Default.svg", - "typeExtras": { - "assetId": "22222015" - } - }, - { - "assetId": 21, - "symbol": "DAMN", - "precision": 12, - "type": "statemine", - "icon": "DAMN.svg", - "typeExtras": { - "assetId": "22222012" - } - }, - { - "assetId": 22, - "symbol": "BILLCOIN", - "precision": 12, - "type": "statemine", - "icon": "BILLCOIN.svg", - "typeExtras": { - "assetId": "50000075" - } - }, - { - "assetId": 23, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "0x02010903", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 24, - "symbol": "ETH-Snowbridge", - "precision": 18, - "priceId": "ethereum", - "type": "statemine", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x0201090704", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 25, - "symbol": "GIGADOT", - "precision": 12, - "type": "statemine", - "icon": "GIGADOT.svg", - "typeExtras": { - "assetId": "50000092" - } - }, - { - "assetId": 26, - "symbol": "MPC", - "precision": 12, - "icon": "MPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "50000103" - } - }, - { - "assetId": 27, - "symbol": "DON", - "precision": 12, - "icon": "DON.png", - "type": "statemine", - "typeExtras": { - "assetId": "50000111" - } - } - ], - "nodes": [ - { - "url": "wss://rpc-assethub.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://sys.ibp.network/asset-hub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://asset-hub-polkadot-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x35" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "swap-hub", - "assethub-fees", - "proxy" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "XRT.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "KSM.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://encointer-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "PICA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3b" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "ZTG.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" - } - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "SUB.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x34" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "CSM.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-sha-subscan.crustnetwork.xyz", - "name": "Subscan node" - }, - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "CFG.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://rpc-centrifuge.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hydration", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "HDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "ZTG.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "CFG.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "BNC.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "SUB.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "UNQ.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "NODL.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "orml", - "icon": "DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "priceId": "gavun-wud", - "type": "orml", - "icon": "WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 36, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "orml", - "icon": "MYTH.svg", - "typeExtras": { - "currencyIdScale": "0x1e000000", - "currencyIdType": "u32", - "existentialDeposit": "21367521367521400", - "transfersEnabled": true - } - }, - { - "assetId": 37, - "symbol": "WETH-Snowbridge", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x06430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 38, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0xfe420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 39, - "symbol": "WIFD", - "precision": 10, - "type": "orml", - "icon": "WIFD.svg", - "typeExtras": { - "currencyIdScale": "0x92420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 40, - "symbol": "BORK", - "precision": 10, - "type": "orml", - "icon": "BORK.svg", - "typeExtras": { - "currencyIdScale": "0xd4420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 41, - "symbol": "BUNS", - "precision": 10, - "type": "orml", - "icon": "BUNS.svg", - "typeExtras": { - "currencyIdScale": "0xf1420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 42, - "symbol": "KOL", - "precision": 12, - "type": "orml", - "icon": "KOL.svg", - "typeExtras": { - "currencyIdScale": "0x07430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 43, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x21000000", - "currencyIdType": "u32", - "existentialDeposit": "133689839572193000", - "transfersEnabled": true - } - }, - { - "assetId": 44, - "symbol": "AJUN", - "precision": 12, - "priceId": "ajuna-network-2", - "type": "orml", - "icon": "AJUN.svg", - "typeExtras": { - "currencyIdScale": "0x20000000", - "currencyIdType": "u32", - "existentialDeposit": "100786131828", - "transfersEnabled": true - } - }, - { - "assetId": 45, - "symbol": "AAVE", - "precision": 18, - "priceId": "aave", - "type": "orml", - "icon": "AAVE.svg", - "typeExtras": { - "currencyIdScale": "0xb0440f00", - "currencyIdType": "u32", - "existentialDeposit": "59084194977843", - "transfersEnabled": true - } - }, - { - "assetId": 46, - "symbol": "BASTI", - "precision": 12, - "type": "orml", - "icon": "Default.svg", - "typeExtras": { - "currencyIdScale": "0x64430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 47, - "symbol": "DAMN", - "precision": 12, - "type": "orml", - "icon": "DAMN.svg", - "typeExtras": { - "currencyIdScale": "0x5e430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 48, - "symbol": "SOL-Wormhole", - "precision": 9, - "type": "orml", - "icon": "SOL-Wormhole.svg", - "typeExtras": { - "currencyIdScale": "0x30450f00", - "currencyIdType": "u32", - "existentialDeposit": "46339", - "transfersEnabled": true - } - }, - { - "assetId": 49, - "symbol": "SUI-Wormhole", - "precision": 9, - "type": "orml", - "icon": "SUI-Wormhole.svg", - "typeExtras": { - "currencyIdScale": "0x31450f00", - "currencyIdType": "u32", - "existentialDeposit": "2652520", - "transfersEnabled": true - } - }, - { - "assetId": 50, - "symbol": "tBTC", - "precision": 18, - "priceId": "tbtc", - "type": "orml", - "icon": "tBTC.svg", - "typeExtras": { - "currencyIdScale": "0x3d450f00", - "currencyIdType": "u32", - "existentialDeposit": "106803374987", - "transfersEnabled": true - } - }, - { - "assetId": 51, - "symbol": "BILLCOIN", - "precision": 12, - "type": "orml", - "icon": "BILLCOIN.svg", - "typeExtras": { - "currencyIdScale": "0x3a450f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 52, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x43450f00", - "currencyIdType": "u32", - "existentialDeposit": "313283208", - "transfersEnabled": true - } - }, - { - "assetId": 53, - "symbol": "EWT", - "precision": 18, - "priceId": "energy-web-token", - "type": "orml", - "icon": "EWT.svg", - "typeExtras": { - "currencyIdScale": "0x6dda0300", - "currencyIdType": "u32", - "existentialDeposit": "3244646333550", - "transfersEnabled": true - } - }, - { - "assetId": 54, - "symbol": "LINK", - "precision": 18, - "priceId": "chainlink", - "type": "orml", - "icon": "LINK.svg", - "typeExtras": { - "currencyIdScale": "0x5a450f00", - "currencyIdType": "u32", - "existentialDeposit": "436681222707424", - "transfersEnabled": true - } - }, - { - "assetId": 55, - "symbol": "LDO", - "precision": 18, - "priceId": "lido-dao", - "type": "orml", - "icon": "LDO.svg", - "typeExtras": { - "currencyIdScale": "0x5c450f00", - "currencyIdType": "u32", - "existentialDeposit": "5102040816326530", - "transfersEnabled": true - } - }, - { - "assetId": 56, - "symbol": "SKY", - "precision": 18, - "type": "orml", - "icon": "SKY.svg", - "typeExtras": { - "currencyIdScale": "0x5b450f00", - "currencyIdType": "u32", - "existentialDeposit": "211685012701101000", - "transfersEnabled": true - } - }, - { - "assetId": 57, - "symbol": "ETH-Snowbridge", - "precision": 18, - "priceId": "ethereum", - "type": "orml", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x22000000", - "currencyIdType": "u32", - "existentialDeposit": "5373455131650", - "transfersEnabled": true - } - }, - { - "assetId": 58, - "symbol": "GIGADOT", - "precision": 18, - "type": "orml", - "icon": "GIGADOT.svg", - "typeExtras": { - "currencyIdScale": "0x45000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 59, - "symbol": "2-Pool-GDOT", - "precision": 18, - "type": "orml", - "icon": "GIGADOT.svg", - "typeExtras": { - "currencyIdScale": "0xb2020000", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 60, - "symbol": "aDOT", - "precision": 10, - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0xe9030000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-hydra.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Galactic Council node" - }, - { - "url": "wss://hydration.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://hydration.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", - "addressPrefix": 0, - "options": [ - "governance", - "governance-v1", - "hydradx-swaps", - "hydration-fees", - "proxy" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - }, - "legacyAddressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "iBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "KINT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "kBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "qiBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "qUSDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "qDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 14, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x010b000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://interlay.statescan.io/#/accounts/{address}", - "event": "https://interlay.statescan.io/#/events/{event}", - "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "NODL.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.helikon.io/phala", - "name": "Helikon node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-phala-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "TUR.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "KAR.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://turing.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "AZERO.svg", - "buyProviders": { - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000, - "feeViaRuntimeCall": true - }, - "options": [ - "fullSyncByDefault", - "pushSupport" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "PDEX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "ASTR.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "priceId": "neurowebai", - "icon": "NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "type": "orml", - "icon": "vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-polkadot.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://bifrost-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", - "name": "LiebiEU node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 6, - "options": [ - "governance" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Heima", - "assets": [ - { - "assetId": 0, - "symbol": "HEI", - "precision": 18, - "icon": "HEI.svg", - "priceId": "heima" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://heima-rpc.n.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://heima.statescan.io/#/accounts/{address}", - "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", - "event": "https://heima.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", - "addressPrefix": 31, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "UNQ.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - }, - { - "url": "wss://unique.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://unique.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391, - "options": [ - "fullSyncByDefault" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "MGX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "TUR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "AZERO.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://relay.api.moonbase.moonbeam.network", - "name": "Moonbase Relay node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "POLYX.svg", - "staking": [ - "relaychain" - ], - "buyProviders": { - "banxa": { - "coinType": "POLYX", - "blockchain": "Polymesh" - } - } - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "KAB.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "name": "Paseo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "PAS.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/paseo", - "name": "IBP-GeoDNS1" - }, - { - "url": "wss://rpc.dotters.network/paseo", - "name": "IBP-GeoDNS2" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://paseo.subscan.io/account/{address}", - "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "crowdloans", - "proxy" - ], - "additional": { - "supportsGenericLedgerApp": true - }, - "legacyAddressPrefix": 42 - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "ROC.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node", - "features": [ - "noTls12" - ] - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans", - "proxy" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "AMPE.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "EURM.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "NGNC.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "CAPS.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "CAPS.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "icon": "TUR.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "POLYX.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "EDG.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://ipci.rpc.robonomics.network", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "TAO_fusotao.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "XX.svg" - } - ], - "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation 1 node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation 2 node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation 3 node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "EURM.svg", - "priceId": "euro-coin", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "NGNC.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x0107", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "HDX", - "precision": 12, - "type": "orml", - "priceId": "hydradx", - "icon": "HDX.svg", - "typeExtras": { - "currencyIdScale": "0x0108", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0109", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "currencyIdScale": "0x010b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDC.axl", - "precision": 6, - "type": "orml", - "priceId": "axlusdc", - "icon": "USDCaxl.svg", - "typeExtras": { - "currencyIdScale": "0x010c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "priceId": "euro-coin", - "icon": "EURC.svg", - "typeExtras": { - "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", - "account": "https://pendulum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.aventus.network", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "e3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "KSM-kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "kBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "qkBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "qKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "qUSDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "SAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "priceId": "ajuna-network-2", - "icon": "AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://ajuna.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", - "account": "https://ajuna.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "KTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "CRAB.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "CKTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "VARA.svg", - "buyProviders": { - "banxa": { - "coinType": "VARA", - "blockchain": "VARA" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - }, - { - "name": "Subscan", - "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", - "account": "https://vara.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", - "supportsGenericLedgerApp": true - }, - "options": [ - "pushSupport" - ] - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "GIANT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 1" - }, - { - "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 2" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "GIANT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-kusama.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://collectives-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://collectives.statescan.io/#/accounts/{address}", - "event": "https://collectives.statescan.io/#/events/{event}", - "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" - }, - { - "name": "Subscan", - "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://collectives-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0, - "additional": { - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot People", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://people-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-people-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://people-polkadot.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama People", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://people-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/people", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", - "account": "https://people-kusama.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", - "addressPrefix": 2, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "AMPE.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 57, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "266ad38196ddff7636206f911f0658cc76e3e906e349cb83475d93ebe80d03b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "iBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "KINT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "kBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "qiBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "qUSDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "qDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io/parachain/", - "name": "Kintsugi Labs node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://wss-krest.peaq.network/", - "name": "Krest node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://testnet.vara.network", - "name": "Gear Tech test node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "ASTR.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "CFG.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "ACA.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "DOCK.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "PLMC.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "PLMC", - "blockchain": "Polimec" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x0100", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "USDT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x010300a10f043205011f", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "icon": "USDC.svg", - "type": "statemine", - "typeExtras": { - "assetId": "0x010300a10f043205e514", - "palletName": "ForeignAssets", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - }, - { - "url": "wss://polimec.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://polimec.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://polimec.statescan.io/#/accounts/{address}", - "event": "https://polimec.statescan.io/#/events/{event}", - "extrinsic": "https://polimec.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, - "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", - "account": "https://energywebx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", - "name": "Energy Web X Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.energywebx.com", - "name": "Energy Web X Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://invarch.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://invarch.statescan.io/#/accounts/{address}", - "event": "https://invarch.statescan.io/#/events/{event}", - "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "priceId": "crust-network", - "precision": 12, - "icon": "CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.crust.network", - "name": "Crust node" - }, - { - "url": "wss://crust-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", - "account": "https://crust.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 66 - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://westend-bridge-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", - "name": "Dwellir Tunisia node" - }, - { - "url": "wss://sys.ibp.network/bridgehub-westend", - "name": "IBP-GeoDNS1 node" - }, - { - "url": "wss://bridge-hub-westend.dotters.network", - "name": "IBP-GeoDNS2 node" - }, - { - "url": "wss://westend-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "ENJ.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio 1 node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", - "name": "Avail Turing Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "icon": "AVAIL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://turing-rpc.avail.so/ws", - "name": "Turing node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#58C8F6" - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "icon": "MYTH.svg", - "staking": [ - "mythos" - ] - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://mythos.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://mythos.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", - "account": "https://mythos.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased", - "governance-v1" - ], - "additional": { - "themeColor": "#ED3A47", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", - "feeViaRuntimeCall": true, - "sessionLength": 14400, - "defaultBlockTime": 6000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Acurast Canary", - "assets": [ - { - "assetId": 0, - "symbol": "cACU", - "precision": 12, - "icon": "cACU.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.canary.acurast.com", - "name": "Acurast node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kreivo", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://kreivo.kippu.rocks/", - "name": "Kippu node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", - "addressPrefix": 2 - }, - { - "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hyperbridge Nexus", - "assets": [ - { - "assetId": 0, - "symbol": "BRIDGE", - "precision": 12, - "icon": "BRIDGE.svg" - } - ], - "nodes": [ - { - "url": "wss://nexus.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://nexus.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hyperbridge-nexus-rpc.blockops.network", - "name": "BlockOps node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://nexus.statescan.io/#/accounts/{address}", - "event": "https://nexus.statescan.io/#/events/{event}", - "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", - "name": "Avail", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "priceId": "avail", - "icon": "AVAIL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.avail.so/ws", - "name": "Avail node" - }, - { - "url": "wss://avail-mainnet.public.blastapi.io/", - "name": "Blastapi node" - }, - { - "url": "wss://avail.rpc.bountyblok.io", - "name": "Bountyblok node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", - "account": "https://avail.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", - "addressPrefix": 42, - "options": [ - "pushSupport" - ], - "additional": { - "themeColor": "#58C8F6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" - } - }, - { - "chainId": "3dbb473ae9b2b77ecf077c03546f0f8670c020e453dddb457da155e6cc7cba42", - "name": "Novasama Testnet - Governance", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-test-network-1.novasama-tech.org", - "name": "Novasama node" - } - ], - "externalApi": { - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-testnet-stg.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "polkassembly", - "url": "https://novasama.polkassembly.io/api/v1/posts/summary", - "parameters": { - "network": "novasama" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "governance", - "proxy", - "testnet" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", - "name": "Cere", - "assets": [ - { - "assetId": 0, - "symbol": "CERE", - "precision": 10, - "priceId": "cere-network", - "icon": "CERE.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.mainnet.cere.network/ws", - "name": "Cere node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://cere.statescan.io/#/accounts/{address}", - "event": "https://cere.statescan.io/#/events/{event}", - "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", - "addressPrefix": 54, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", - "name": "DENTNet", - "assets": [ - { - "assetId": 0, - "symbol": "DENTX", - "precision": 18, - "icon": "DENTX.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.dentnet.io/ws", - "name": "DENTNet node" - } - ], - "explorers": [ - { - "name": "DENTNet Explorer", - "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", - "addressPrefix": 9807, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend People", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://people-westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://sys.ibp.network/people-westend", - "name": "IBP1 node" - }, - { - "url": "wss://people-westend.dotters.network", - "name": "IBP2 node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_People.svg", - "addressPrefix": 42, - "additional": {}, - "options": [ - "testnet" - ] - }, - { - "chainId": "eip155:41455", - "name": "Aleph Zero EVM", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "type": "evmNative", - "icon": "AZERO.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://alephzero.drpc.org", - "name": "Aleph Zero EVM rpc node" - }, - { - "url": "wss://alephzero.drpc.org", - "name": "Aleph Zero EVM wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://evm-explorer.alephzero.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Aleph Zero EVM Explorer", - "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", - "account": "https://evm-explorer.alephzero.org/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 41455, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:8453", - "name": "Base", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://base-rpc.publicnode.com", - "name": "Base http node" - }, - { - "url": "https://base-pokt.nodies.app", - "name": "Pokt node" - }, - { - "url": "wss://base-rpc.publicnode.com", - "name": "Base public node" - } - ], - "explorers": [ - { - "name": "Basescan", - "extrinsic": "https://basescan.org/tx/{hash}", - "account": "https://basescan.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.basescan.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Base.svg", - "addressPrefix": 8453, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:324", - "name": "ZKsync Era", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://mainnet.era.zksync.io", - "name": "http node" - }, - { - "url": "https://1rpc.io/zksync2-era", - "name": "http node 2" - }, - { - "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", - "name": "http node 3" - }, - { - "url": "wss://mainnet.era.zksync.io/ws", - "name": "wss node" - } - ], - "explorers": [ - { - "name": "ZKsync Era explorer", - "extrinsic": "https://era.zksync.network/tx/{hash}", - "account": "https://era.zksync.network/address/{address}" - }, - { - "name": "Block explorer", - "extrinsic": "https://explorer.zksync.io/tx/{hash}", - "account": "https://explorer.zksync.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-era.zksync.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", - "addressPrefix": 324, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", - "name": "CC Enterprise", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "CTC.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.creditcoin.network/ws", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", - "account": "https://cc-enterprise.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", - "name": "Creditcoin", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "CTC.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet3.creditcoin.network", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", - "account": "https://creditcoin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", - "name": "Humanode", - "assets": [ - { - "assetId": 0, - "symbol": "HMND", - "precision": 18, - "priceId": "humanode", - "icon": "HMND.svg" - } - ], - "nodes": [ - { - "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", - "name": "Humanode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", - "account": "https://humanode.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", - "addressPrefix": 5234 - }, - { - "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", - "name": "DeepBrain", - "assets": [ - { - "assetId": 0, - "symbol": "DBC", - "precision": 15, - "priceId": "deepbrain-chain", - "icon": "DBC.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://info.dbcwallet.io", - "name": "DBC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", - "account": "https://dbc.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", - "addressPrefix": 42 - }, - { - "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "peaq", - "assets": [ - { - "assetId": 0, - "symbol": "PEAQ", - "precision": 18, - "priceId": "peaq-2", - "icon": "PEAQ.svg" - } - ], - "nodes": [ - { - "url": "wss://peaq-rpc.publicnode.com", - "name": "Peaq node" - }, - { - "url": "wss://peaq-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", - "account": "https://peaq.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Laos", - "assets": [ - { - "assetId": 0, - "symbol": "LAOS", - "precision": 18, - "priceId": "laos-network", - "icon": "LAOS.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.laos.laosfoundation.io", - "name": "freeverse.io node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://laos.statescan.io/#/accounts/{address}", - "event": "https://laos.statescan.io/#/events/{event}" - }, - { - "name": "LAOS explorer", - "account": "https://explorer.laosnetwork.io/address/{address}", - "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Xode", - "assets": [ - { - "assetId": 0, - "symbol": "XON", - "precision": 12, - "icon": "XON.svg" - }, - { - "assetId": 1, - "symbol": "XGM", - "precision": 12, - "icon": "XGM.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 2, - "symbol": "XAV", - "precision": 12, - "icon": "XAV.svg", - "type": "statemine", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 3, - "symbol": "AZK", - "precision": 12, - "icon": "AZK.png", - "type": "statemine", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 4, - "symbol": "IXON", - "precision": 12, - "icon": "IXON.svg", - "type": "statemine", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 5, - "symbol": "IXAV", - "precision": 12, - "icon": "IXAV.svg", - "type": "statemine", - "typeExtras": { - "assetId": "5" - } - }, - { - "assetId": 6, - "symbol": "IDON", - "precision": 12, - "icon": "IDON.png", - "type": "statemine", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 7, - "symbol": "MPC", - "precision": 12, - "icon": "MPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 8, - "symbol": "IMPC", - "precision": 12, - "icon": "IMPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 9, - "symbol": "DON", - "precision": 12, - "icon": "DON.png", - "type": "statemine", - "typeExtras": { - "assetId": "9" - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kr.xode.net", - "name": "Xode archive node" - }, - { - "url": "wss://rpcnodea01.xode.net/n7yoxCmcIrCF6VziCcDmYTwL8R03a/rpc", - "name": "XodeCommunity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode.svg", - "addressPrefix": 42 - }, - { - "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "JAMTON", - "assets": [ - { - "assetId": 0, - "symbol": "DOTON", - "precision": 18, - "icon": "DOTON.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.jamton.network", - "name": "Jamton node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", - "addressPrefix": 5589, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", - "overridesCommon": true - } - }, - { - "chainId": "5647d37b8ac3ea2259c6697ec255347d6f473d052bfec59c641d751538d43442", - "name": "Novasama Testnet - Fellowship", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://westend-collectives-a-parachain.novasama-tech.org", - "name": "Novasama node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "713daf193a6301583ff467be736da27ef0a72711b248927ba413f573d2b38e44", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://collectives-westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend-collectives-rpc.polkadot.io", - "name": "Parity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", - "name": "Tangle", - "assets": [ - { - "assetId": 0, - "symbol": "TNT", - "precision": 18, - "priceId": "tangle-network", - "icon": "TNT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.tangle.tools", - "name": "Parity node" - }, - { - "url": "wss://tangle-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://tangle.statescan.io/#/accounts/{address}", - "event": "https://tangle.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", - "addressPrefix": 5845, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "15f6788bcf1d1a3b7e1c36074584e1a3f3d07e0a46e362a102c3c3df1a93669f", - "name": "Muse Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "MUSE", - "staking": [ - "mythos" - ], - "precision": 18, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://paseo-muse-rpc.polkadot.io", - "name": "Muse node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 29972, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" - } - ] - }, - "options": [ - "testnet", - "ethereumBased" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true, - "sessionLength": 25, - "defaultBlockTime": 6000 - } - }, - { - "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Coretime", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/coretime-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://coretime-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-coretime-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://polkadot-coretime-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://coretime-polkadot.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Coretime", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://coretime-kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://sys.ibp.network/coretime-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://coretime-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-coretime-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama-coretime-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/coretime", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", - "account": "https://coretime-kusama.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", - "addressPrefix": 2, - "additional": { - "supportsGenericLedgerApp": true - } + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-polkadot-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" + } + ], + "multisig": [ + { + "type": "subquery", + "url": "https://subquery-proxy-polkadot-stg.novasama-tech.org" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {}, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-kusama-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP1 node" + }, + { + "url": "wss://kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "sellProviders": { + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP1 node" + }, + { + "url": "wss://westend.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "multisig": [ + { + "type": "subquery", + "url": "https://subquery-proxy-westend-stg.novasama-tech.org" + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true, + "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Asset Hub (TESTNET)", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://asset-hub-westend-rpc.dwellir.com", + "name": "Dwellir" + }, + { + "url": "wss://westmint-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia" + }, + { + "url": "wss://sys.ibp.network/asset-hub-westend", + "name": "IBP1" + }, + { + "url": "wss://asset-hub-westend.dotters.network", + "name": "IBP2" + }, + { + "url": "wss://westend-asset-hub-rpc.polkadot.io", + "name": "Parity" + }, + { + "url": "wss://asset-hub-westend.rpc.permanence.io", + "name": "Permanence DAO EU" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/#/accounts/{address}", + "event": "https://westmint.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub", + "proxy", + "governance" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "RMRK.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://asset-hub-kusama-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://statemine.statescan.io/#/accounts/{address}", + "event": "https://statemine.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub", + "assethub-fees", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "KAR.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEEDk", + "precision": 12, + "icon": "aSEEDk.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "BNC.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "QTZ.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "CSM.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "KMA.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "NEER.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "BSX.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "AIR.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "GENS.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "CRAB.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x39" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "MOVR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "KINT.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "kBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcaSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "CSM.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "KMA.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "CRAB.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "TEER.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "LIT.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "SDN.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "XRT.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "vKSM.svg", + "typeExtras": { + "assetId": "264344629840762281112027368930249420542", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "statemine", + "icon": "vBNC.svg", + "typeExtras": { + "assetId": "72145018963825376852137222787619937732", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "statemine", + "icon": "vMOVR.svg", + "typeExtras": { + "assetId": "203223821023327994093278529517083736593", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "statemine", + "priceId": "mangata-x", + "icon": "MGX.svg", + "typeExtras": { + "assetId": "118095707745084482624853002839493125353", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "statemine", + "priceId": "turing-network", + "icon": "TUR.svg", + "typeExtras": { + "assetId": "133300872918374599700079037156071917454", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver-rpc.publicnode.com", + "name": "Allnodes node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1d" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "Default.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "Default.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://moonbase-alpha.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.api.moonbase.moonbeam.network", + "name": "Moonbase node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "SDN.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "aSEEDk", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "CSM.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551627", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x40" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + }, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "BNC.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "KAR.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://us.bifrost-rpc.liebi.com/ws", + "name": "LiebiUS node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x38" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "KSM-kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "kBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "qkBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "qKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "qUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "EDG.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "BSX.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "TNKR.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "XRT.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3f" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "additional": { + "feeViaRuntimeCall": false + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "AIR.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x37" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "1", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "2", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "ZLK.svg", + "typeExtras": { + "assetId": "3", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "4", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "BSX.svg", + "typeExtras": { + "assetId": "9", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "6", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "HKO.svg", + "typeExtras": { + "assetId": "7", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "KMA.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "type": "statemine", + "icon": "TUR.svg", + "typeExtras": { + "assetId": "10", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "type": "statemine", + "icon": "CRAB.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "SDN.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "statemine", + "icon": "NEER.svg", + "typeExtras": { + "assetId": "13", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "BIT", + "precision": 18, + "type": "statemine", + "icon": "BIT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "type": "statemine", + "icon": "PICA.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.helikon.io/khala", + "name": "Helikon node" + }, + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3a" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://kilt.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3d" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "PILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "KMA.svg", + "precision": 12, + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "12", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "11", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "14", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "DAI-Karura", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Karura.svg", + "typeExtras": { + "assetId": "15", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "USDC-Karura", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Karura.svg", + "typeExtras": { + "assetId": "16", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x36" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#D632C1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "QTZ.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3e" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer-rpc-1.bit.country/wss", + "name": "MetaverseNetwork node 1" + }, + { + "url": "wss://pioneer-rpc-2.bit.country/wss", + "name": "MetaverseNetwork node 2" + }, + { + "url": "wss://pioneer-rpc-3.bit.country/wss", + "name": "MetaverseNetwork node 3" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x41" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "ACA.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "aSEEDp.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "EQ.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "NEMO", + "precision": 18, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3c" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "ACA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "GLMR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "xcaSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "statemine", + "priceId": "centrifuge", + "icon": "CFG.svg", + "typeExtras": { + "assetId": "91372035960551235635465443179559840483", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "165823357460190568952172802245839421906", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "statemine", + "priceId": "equilibrium-token", + "icon": "EQ.svg", + "typeExtras": { + "assetId": "190590555344745888270686124937537713878", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "assetId": "187224307232923873519830480073807488153", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "statemine", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "assetId": "69606720909260275826784788104880799692", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "statemine", + "priceId": "nodle-network", + "icon": "NODL.svg", + "typeExtras": { + "assetId": "309163521958167876851250718453738106865", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "statemine", + "priceId": "darwinia-network-native-token", + "icon": "RING.svg", + "typeExtras": { + "assetId": "125699734534028342599692732320197985871", + "isSufficient": true + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "OTP.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "assetId": "29085784439601774464560083082574142143", + "isSufficient": true + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "statemine", + "icon": "vFIL.svg", + "typeExtras": { + "assetId": "272547899416482196831721420898811311297", + "isSufficient": true + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "statemine", + "icon": "vGLMR.svg", + "typeExtras": { + "assetId": "204507659831918931608354793288110796652", + "isSufficient": true + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "statemine", + "priceId": "manta-network", + "icon": "MANTA.svg", + "typeExtras": { + "assetId": "166446646689194205559791995948102903873", + "isSufficient": true + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "statemine", + "priceId": "usd-coin", + "icon": "USDC.svg", + "typeExtras": { + "assetId": "166377000701797186346254371275954761085", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://moonbeam.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1e" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + } + ], + "multisig": [ + { + "type": "subquery", + "url": "https://subquery-proxy-moonbeam-stg.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#9968CE", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + }, + "sellProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://ethereum-rpc.publicnode.com", + "name": "Allnodes rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:11155111", + "name": "Ethereum - Sepolia", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://ethereum-sepolia-rpc.publicnode.com", + "name": "Public Test Node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://sepolia.etherscan.io/tx/{hash}", + "account": "https://sepolia.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://sepolia.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 11155111, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "ASTR.svg", + "precision": 18, + "buyProviders": { + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "aSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "18446744073709551617", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "UNQ.svg", + "typeExtras": { + "assetId": "18446744073709551631", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1f" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "101", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "sDOT.svg", + "typeExtras": { + "assetId": "1001", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "108", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "statemine", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "104", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "LDOT.svg", + "typeExtras": { + "assetId": "110", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "114", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200060013", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200070014", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200080015", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200090016", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "cDOT.svg", + "typeExtras": { + "assetId": "200100017", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "120", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "122", + "isSufficient": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "102", + "isSufficient": true + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "CLV.svg", + "typeExtras": { + "assetId": "130", + "isSufficient": true + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "112", + "isSufficient": true + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "115", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://parallel.gatotech.network", + "name": "Gatotech node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://parallel.statescan.io/#/accounts/{address}", + "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", + "event": "https://parallel.statescan.io/#/events/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "CLV.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC.svg", + "typeExtras": { + "assetId": "1337", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "statemine", + "icon": "WUD.svg", + "typeExtras": { + "assetId": "31337" + } + }, + { + "assetId": 9, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "statemine", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 11, + "symbol": "WIFD", + "precision": 10, + "type": "statemine", + "icon": "WIFD.svg", + "typeExtras": { + "assetId": "17" + } + }, + { + "assetId": 12, + "symbol": "BORK", + "precision": 10, + "type": "statemine", + "icon": "BORK.svg", + "typeExtras": { + "assetId": "690" + } + }, + { + "assetId": 13, + "symbol": "BUNS", + "precision": 10, + "type": "statemine", + "icon": "BUNS.svg", + "typeExtras": { + "assetId": "1234" + } + }, + { + "assetId": 14, + "symbol": "KOL", + "precision": 12, + "type": "statemine", + "icon": "KOL.svg", + "typeExtras": { + "assetId": "86" + } + }, + { + "assetId": 15, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH.svg", + "typeExtras": { + "assetId": "0x010100a534", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 16, + "symbol": "MYTH-Snowbridge", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 17, + "symbol": "USDC-Snowbridge", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 18, + "symbol": "USDT-Snowbridge", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 19, + "symbol": "DAI-Snowbridge", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 20, + "symbol": "BASTI", + "precision": 12, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "22222015" + } + }, + { + "assetId": 21, + "symbol": "DAMN", + "precision": 12, + "type": "statemine", + "icon": "DAMN.svg", + "typeExtras": { + "assetId": "22222012" + } + }, + { + "assetId": 22, + "symbol": "BILLCOIN", + "precision": 12, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "50000075" + } + }, + { + "assetId": 23, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0x02010903", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 24, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x0201090704", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 25, + "symbol": "GIGADOT", + "precision": 12, + "type": "statemine", + "icon": "GIGADOT.svg", + "typeExtras": { + "assetId": "50000092" + } + }, + { + "assetId": 26, + "symbol": "MPC", + "precision": 12, + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "50000103" + } + }, + { + "assetId": 27, + "symbol": "DON", + "precision": 12, + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "50000111" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-assethub.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://sys.ibp.network/asset-hub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://asset-hub-polkadot-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://statemint.statescan.io/#/accounts/{address}", + "event": "https://statemint.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x35" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "swap-hub", + "assethub-fees", + "proxy" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "XRT.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "KSM.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://encointer-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "PICA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x3b" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "ZTG.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + } + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x34" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "CSM.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-sha-subscan.crustnetwork.xyz", + "name": "Subscan node" + }, + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "CFG.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://rpc-centrifuge.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hydration", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "HDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "ZTG.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "CFG.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "UNQ.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "NODL.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "orml", + "icon": "WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 36, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "orml", + "icon": "MYTH.svg", + "typeExtras": { + "currencyIdScale": "0x1e000000", + "currencyIdType": "u32", + "existentialDeposit": "21367521367521400", + "transfersEnabled": true + } + }, + { + "assetId": 37, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x06430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 38, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0xfe420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 39, + "symbol": "WIFD", + "precision": 10, + "type": "orml", + "icon": "WIFD.svg", + "typeExtras": { + "currencyIdScale": "0x92420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 40, + "symbol": "BORK", + "precision": 10, + "type": "orml", + "icon": "BORK.svg", + "typeExtras": { + "currencyIdScale": "0xd4420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 41, + "symbol": "BUNS", + "precision": 10, + "type": "orml", + "icon": "BUNS.svg", + "typeExtras": { + "currencyIdScale": "0xf1420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 42, + "symbol": "KOL", + "precision": 12, + "type": "orml", + "icon": "KOL.svg", + "typeExtras": { + "currencyIdScale": "0x07430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 43, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x21000000", + "currencyIdType": "u32", + "existentialDeposit": "133689839572193000", + "transfersEnabled": true + } + }, + { + "assetId": 44, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "type": "orml", + "icon": "AJUN.svg", + "typeExtras": { + "currencyIdScale": "0x20000000", + "currencyIdType": "u32", + "existentialDeposit": "100786131828", + "transfersEnabled": true + } + }, + { + "assetId": 45, + "symbol": "AAVE", + "precision": 18, + "priceId": "aave", + "type": "orml", + "icon": "AAVE.svg", + "typeExtras": { + "currencyIdScale": "0xb0440f00", + "currencyIdType": "u32", + "existentialDeposit": "59084194977843", + "transfersEnabled": true + } + }, + { + "assetId": 46, + "symbol": "BASTI", + "precision": 12, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x64430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 47, + "symbol": "DAMN", + "precision": 12, + "type": "orml", + "icon": "DAMN.svg", + "typeExtras": { + "currencyIdScale": "0x5e430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 48, + "symbol": "SOL-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SOL-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x30450f00", + "currencyIdType": "u32", + "existentialDeposit": "46339", + "transfersEnabled": true + } + }, + { + "assetId": 49, + "symbol": "SUI-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SUI-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x31450f00", + "currencyIdType": "u32", + "existentialDeposit": "2652520", + "transfersEnabled": true + } + }, + { + "assetId": 50, + "symbol": "tBTC", + "precision": 18, + "priceId": "tbtc", + "type": "orml", + "icon": "tBTC.svg", + "typeExtras": { + "currencyIdScale": "0x3d450f00", + "currencyIdType": "u32", + "existentialDeposit": "106803374987", + "transfersEnabled": true + } + }, + { + "assetId": 51, + "symbol": "BILLCOIN", + "precision": 12, + "type": "orml", + "icon": "BILLCOIN.svg", + "typeExtras": { + "currencyIdScale": "0x3a450f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 52, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x43450f00", + "currencyIdType": "u32", + "existentialDeposit": "313283208", + "transfersEnabled": true + } + }, + { + "assetId": 53, + "symbol": "EWT", + "precision": 18, + "priceId": "energy-web-token", + "type": "orml", + "icon": "EWT.svg", + "typeExtras": { + "currencyIdScale": "0x6dda0300", + "currencyIdType": "u32", + "existentialDeposit": "3244646333550", + "transfersEnabled": true + } + }, + { + "assetId": 54, + "symbol": "LINK", + "precision": 18, + "priceId": "chainlink", + "type": "orml", + "icon": "LINK.svg", + "typeExtras": { + "currencyIdScale": "0x5a450f00", + "currencyIdType": "u32", + "existentialDeposit": "436681222707424", + "transfersEnabled": true + } + }, + { + "assetId": 55, + "symbol": "LDO", + "precision": 18, + "priceId": "lido-dao", + "type": "orml", + "icon": "LDO.svg", + "typeExtras": { + "currencyIdScale": "0x5c450f00", + "currencyIdType": "u32", + "existentialDeposit": "5102040816326530", + "transfersEnabled": true + } + }, + { + "assetId": 56, + "symbol": "SKY", + "precision": 18, + "type": "orml", + "icon": "SKY.svg", + "typeExtras": { + "currencyIdScale": "0x5b450f00", + "currencyIdType": "u32", + "existentialDeposit": "211685012701101000", + "transfersEnabled": true + } + }, + { + "assetId": 57, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x22000000", + "currencyIdType": "u32", + "existentialDeposit": "5373455131650", + "transfersEnabled": true + } + }, + { + "assetId": 58, + "symbol": "GIGADOT", + "precision": 18, + "type": "orml", + "icon": "GIGADOT.svg", + "typeExtras": { + "currencyIdScale": "0x45000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 59, + "symbol": "2-Pool-GDOT", + "precision": 18, + "type": "orml", + "icon": "GIGADOT.svg", + "typeExtras": { + "currencyIdScale": "0xb2020000", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 60, + "symbol": "aDOT", + "precision": 10, + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0xe9030000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-hydra.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + }, + { + "url": "wss://hydration.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://hydration.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", + "addressPrefix": 0, + "options": [ + "governance", + "governance-v1", + "hydradx-swaps", + "hydration-fees", + "proxy" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "iBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "KINT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "kBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "qiBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "qUSDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "qDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 14, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x010b000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://interlay.statescan.io/#/accounts/{address}", + "event": "https://interlay.statescan.io/#/events/{event}", + "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "NODL.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.helikon.io/phala", + "name": "Helikon node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-phala-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "priceId": "turing-network", + "icon": "TUR.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "KAR.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://turing.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#14B1D3", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", + "defaultBlockTime": 12000 + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "AZERO.svg", + "buyProviders": { + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x1c" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "PDEX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://gateway.subquery.network/query/0x20" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "icon": "NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-polkadot.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://bifrost-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", + "name": "LiebiEU node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Heima", + "assets": [ + { + "assetId": 0, + "symbol": "HEI", + "precision": 18, + "icon": "HEI.svg", + "priceId": "heima" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://heima-rpc.n.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://heima.statescan.io/#/accounts/{address}", + "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", + "event": "https://heima.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", + "addressPrefix": 31, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "UNQ.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + }, + { + "url": "wss://unique.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://unique.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391, + "options": [ + "fullSyncByDefault" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "MGX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "TUR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "AZERO.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "Default.svg" + } + ], + "nodes": [ + { + "url": "wss://relay.api.moonbase.moonbeam.network", + "name": "Moonbase Relay node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "POLYX.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "banxa": { + "coinType": "POLYX", + "blockchain": "Polymesh" + } + } + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "KAB.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "PAS.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://paseo.subscan.io/account/{address}", + "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "crowdloans", + "proxy" + ], + "additional": { + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 42 + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "ROC.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node", + "features": [ + "noTls12" + ] + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans", + "proxy" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "AMPE.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "CAPS.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "CAPS.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": [ + "turing" + ], + "precision": 10, + "icon": "TUR.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "Default.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "POLYX.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "EDG.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://ipci.rpc.robonomics.network", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "TAO_fusotao.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "XX.svg" + } + ], + "nodes": [ + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation 1 node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation 2 node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation 3 node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "priceId": "euro-coin", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x0107", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "HDX", + "precision": 12, + "type": "orml", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "currencyIdScale": "0x0108", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0109", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x010b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDC.axl", + "precision": 6, + "type": "orml", + "priceId": "axlusdc", + "icon": "USDCaxl.svg", + "typeExtras": { + "currencyIdScale": "0x010c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "priceId": "euro-coin", + "icon": "EURC.svg", + "typeExtras": { + "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", + "account": "https://pendulum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.aventus.network", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "e3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "KSM-kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "kBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "qkBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "qKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "qUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "SAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "icon": "AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://ajuna.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", + "account": "https://ajuna.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "KTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "CRAB.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "CKTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + }, + { + "url": "wss://darwiniacrab-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/frequency" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "VARA.svg", + "buyProviders": { + "banxa": { + "coinType": "VARA", + "blockchain": "VARA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + }, + { + "name": "Subscan", + "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", + "account": "https://vara.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", + "supportsGenericLedgerApp": true + }, + "options": [ + "pushSupport" + ] + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "GIANT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 1" + }, + { + "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "GIANT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-kusama.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://collectives-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives.statescan.io/#/accounts/{address}", + "event": "https://collectives.statescan.io/#/events/{event}", + "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" + }, + { + "name": "Subscan", + "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://collectives-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0, + "additional": { + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot People", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://people-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-people-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://people-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama People", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://people-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/people", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", + "account": "https://people-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", + "addressPrefix": 2, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "AMPE.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 57, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "266ad38196ddff7636206f911f0658cc76e3e906e349cb83475d93ebe80d03b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "iBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "KINT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "kBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "qiBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "qUSDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "qDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io/parachain/", + "name": "Kintsugi Labs node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://wss-krest.peaq.network/", + "name": "Krest node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://testnet.vara.network", + "name": "Gear Tech test node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-matrix-rpc-1.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "ASTR.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "CFG.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "ACA.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polimec", + "assets": [ + { + "assetId": 0, + "symbol": "PLMC", + "priceId": "polimec", + "precision": 10, + "icon": "PLMC.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "PLMC", + "blockchain": "Polimec" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x0100", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x010300a10f043205011f", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "icon": "USDC.svg", + "type": "statemine", + "typeExtras": { + "assetId": "0x010300a10f043205e514", + "palletName": "ForeignAssets", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polimec.org", + "name": "Polimec node" + }, + { + "url": "wss://polimec.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://polimec.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://polimec.statescan.io/#/accounts/{address}", + "event": "https://polimec.statescan.io/#/events/{event}", + "extrinsic": "https://polimec.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", + "addressPrefix": 41, + "additional": { + "themeColor": "#96CC5A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", + "account": "https://energywebx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://invarch.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://invarch.statescan.io/#/accounts/{address}", + "event": "https://invarch.statescan.io/#/events/{event}", + "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-bridge-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia node" + }, + { + "url": "wss://sys.ibp.network/bridgehub-westend", + "name": "IBP-GeoDNS1 node" + }, + { + "url": "wss://bridge-hub-westend.dotters.network", + "name": "IBP-GeoDNS2 node" + }, + { + "url": "wss://westend-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Continuum (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "NUUM", + "priceId": "mnet-continuum", + "precision": 18, + "icon": "NUUM.svg" + } + ], + "nodes": [ + { + "url": "wss://continuum-rpc-1.metaverse.network/wss", + "name": "MNet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", + "account": "https://continuum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", + "addressPrefix": 268 + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + }, + { + "url": "wss://enjin-relay-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio 1 node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", + "name": "Avail Turing Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "icon": "AVAIL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://turing-rpc.avail.so/ws", + "name": "Turing node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#58C8F6" + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "MYTH.svg", + "staking": [ + "mythos" + ] + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://mythos.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://mythos.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased", + "governance-v1" + ], + "additional": { + "themeColor": "#ED3A47", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", + "feeViaRuntimeCall": true, + "sessionLength": 14400, + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.canary.acurast.com", + "name": "Acurast node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "BRIDGE", + "precision": 12, + "icon": "BRIDGE.svg" + } + ], + "nodes": [ + { + "url": "wss://nexus.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://nexus.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://nexus.statescan.io/#/accounts/{address}", + "event": "https://nexus.statescan.io/#/events/{event}", + "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "priceId": "avail", + "icon": "AVAIL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.avail.so/ws", + "name": "Avail node" + }, + { + "url": "wss://avail-mainnet.public.blastapi.io/", + "name": "Blastapi node" + }, + { + "url": "wss://avail.rpc.bountyblok.io", + "name": "Bountyblok node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", + "account": "https://avail.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "options": [ + "pushSupport" + ], + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" + } + }, + { + "chainId": "3dbb473ae9b2b77ecf077c03546f0f8670c020e453dddb457da155e6cc7cba42", + "name": "Novasama Testnet - Governance", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-test-network-1.novasama-tech.org", + "name": "Novasama node" + } + ], + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-testnet-stg.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "polkassembly", + "url": "https://novasama.polkassembly.io/api/v1/posts/summary", + "parameters": { + "network": "novasama" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "governance", + "proxy", + "testnet" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", + "name": "Cere", + "assets": [ + { + "assetId": 0, + "symbol": "CERE", + "precision": 10, + "priceId": "cere-network", + "icon": "CERE.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.mainnet.cere.network/ws", + "name": "Cere node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://cere.statescan.io/#/accounts/{address}", + "event": "https://cere.statescan.io/#/events/{event}", + "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", + "addressPrefix": 54, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", + "name": "DENTNet", + "assets": [ + { + "assetId": 0, + "symbol": "DENTX", + "precision": 18, + "icon": "DENTX.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.dentnet.io/ws", + "name": "DENTNet node" + } + ], + "explorers": [ + { + "name": "DENTNet Explorer", + "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", + "addressPrefix": 9807, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend People", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://people-westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://sys.ibp.network/people-westend", + "name": "IBP1 node" + }, + { + "url": "wss://people-westend.dotters.network", + "name": "IBP2 node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_People.svg", + "addressPrefix": 42, + "additional": {}, + "options": [ + "testnet" + ] + }, + { + "chainId": "eip155:41455", + "name": "Aleph Zero EVM", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "type": "evmNative", + "icon": "AZERO.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://alephzero.drpc.org", + "name": "Aleph Zero EVM rpc node" + }, + { + "url": "wss://alephzero.drpc.org", + "name": "Aleph Zero EVM wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://evm-explorer.alephzero.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Aleph Zero EVM Explorer", + "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", + "account": "https://evm-explorer.alephzero.org/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 41455, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:8453", + "name": "Base", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://base-rpc.publicnode.com", + "name": "Base http node" + }, + { + "url": "https://base-pokt.nodies.app", + "name": "Pokt node" + }, + { + "url": "wss://base-rpc.publicnode.com", + "name": "Base public node" + } + ], + "explorers": [ + { + "name": "Basescan", + "extrinsic": "https://basescan.org/tx/{hash}", + "account": "https://basescan.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.basescan.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Base.svg", + "addressPrefix": 8453, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:324", + "name": "ZKsync Era", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://mainnet.era.zksync.io", + "name": "http node" + }, + { + "url": "https://1rpc.io/zksync2-era", + "name": "http node 2" + }, + { + "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", + "name": "http node 3" + }, + { + "url": "wss://mainnet.era.zksync.io/ws", + "name": "wss node" + } + ], + "explorers": [ + { + "name": "ZKsync Era explorer", + "extrinsic": "https://era.zksync.network/tx/{hash}", + "account": "https://era.zksync.network/address/{address}" + }, + { + "name": "Block explorer", + "extrinsic": "https://explorer.zksync.io/tx/{hash}", + "account": "https://explorer.zksync.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-era.zksync.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", + "addressPrefix": 324, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", + "name": "CC Enterprise", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.creditcoin.network/ws", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", + "account": "https://cc-enterprise.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", + "name": "Creditcoin", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet3.creditcoin.network", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", + "account": "https://creditcoin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", + "name": "Humanode", + "assets": [ + { + "assetId": 0, + "symbol": "HMND", + "precision": 18, + "priceId": "humanode", + "icon": "HMND.svg" + } + ], + "nodes": [ + { + "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", + "name": "Humanode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", + "account": "https://humanode.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", + "addressPrefix": 5234 + }, + { + "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", + "name": "DeepBrain", + "assets": [ + { + "assetId": 0, + "symbol": "DBC", + "precision": 15, + "priceId": "deepbrain-chain", + "icon": "DBC.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://info.dbcwallet.io", + "name": "DBC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", + "account": "https://dbc.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", + "addressPrefix": 42 + }, + { + "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "peaq", + "assets": [ + { + "assetId": 0, + "symbol": "PEAQ", + "precision": 18, + "priceId": "peaq-2", + "icon": "PEAQ.svg" + } + ], + "nodes": [ + { + "url": "wss://peaq-rpc.publicnode.com", + "name": "Peaq node" + }, + { + "url": "wss://peaq-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", + "account": "https://peaq.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Laos", + "assets": [ + { + "assetId": 0, + "symbol": "LAOS", + "precision": 18, + "priceId": "laos-network", + "icon": "LAOS.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.laos.laosfoundation.io", + "name": "freeverse.io node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://laos.statescan.io/#/accounts/{address}", + "event": "https://laos.statescan.io/#/events/{event}" + }, + { + "name": "LAOS explorer", + "account": "https://explorer.laosnetwork.io/address/{address}", + "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Xode", + "assets": [ + { + "assetId": 0, + "symbol": "XON", + "precision": 12, + "icon": "XON.svg" + }, + { + "assetId": 1, + "symbol": "XGM", + "precision": 12, + "icon": "XGM.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 2, + "symbol": "XAV", + "precision": 12, + "icon": "XAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 3, + "symbol": "AZK", + "precision": 12, + "icon": "AZK.png", + "type": "statemine", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 4, + "symbol": "IXON", + "precision": 12, + "icon": "IXON.svg", + "type": "statemine", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 5, + "symbol": "IXAV", + "precision": 12, + "icon": "IXAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 6, + "symbol": "IDON", + "precision": 12, + "icon": "IDON.png", + "type": "statemine", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 7, + "symbol": "MPC", + "precision": 12, + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 8, + "symbol": "IMPC", + "precision": 12, + "icon": "IMPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 9, + "symbol": "DON", + "precision": 12, + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "9" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kr.xode.net", + "name": "Xode archive node" + }, + { + "url": "wss://rpcnodea01.xode.net/n7yoxCmcIrCF6VziCcDmYTwL8R03a/rpc", + "name": "XodeCommunity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode.svg", + "addressPrefix": 42 + }, + { + "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "JAMTON", + "assets": [ + { + "assetId": 0, + "symbol": "DOTON", + "precision": 18, + "icon": "DOTON.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.jamton.network", + "name": "Jamton node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", + "addressPrefix": 5589, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", + "overridesCommon": true + } + }, + { + "chainId": "5647d37b8ac3ea2259c6697ec255347d6f473d052bfec59c641d751538d43442", + "name": "Novasama Testnet - Fellowship", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-collectives-a-parachain.novasama-tech.org", + "name": "Novasama node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "713daf193a6301583ff467be736da27ef0a72711b248927ba413f573d2b38e44", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://collectives-westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-collectives-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", + "name": "Tangle", + "assets": [ + { + "assetId": 0, + "symbol": "TNT", + "precision": 18, + "priceId": "tangle-network", + "icon": "TNT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.tangle.tools", + "name": "Parity node" + }, + { + "url": "wss://tangle-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://tangle.statescan.io/#/accounts/{address}", + "event": "https://tangle.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", + "addressPrefix": 5845, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "15f6788bcf1d1a3b7e1c36074584e1a3f3d07e0a46e362a102c3c3df1a93669f", + "name": "Muse Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "MUSE", + "staking": [ + "mythos" + ], + "precision": 18, + "icon": "Default.svg" + } + ], + "nodes": [ + { + "url": "wss://paseo-muse-rpc.polkadot.io", + "name": "Muse node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 29972, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" + } + ] + }, + "options": [ + "testnet", + "ethereumBased" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true, + "sessionLength": 25, + "defaultBlockTime": 6000 + } + }, + { + "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/coretime-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot-coretime-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://coretime-polkadot.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://coretime-kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://sys.ibp.network/coretime-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama-coretime-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/coretime", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", + "account": "https://coretime-kusama.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", + "addressPrefix": 2, + "additional": { + "supportsGenericLedgerApp": true + } + } ] diff --git a/chains/v22/android/chains.json b/chains/v22/android/chains.json index f62835b..914c446 100644 --- a/chains/v22/android/chains.json +++ b/chains/v22/android/chains.json @@ -5,12 +5,10 @@ "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "addressPrefix": 42, "options": [ - "crowdloans", "governance-v2", "proxy", "multisig", - "pushSupport", - "fullSyncByDefault" + "pushSupport" ], "nodeSelectionStrategy": "roundRobin", "nodes": [ @@ -41,61 +39,27 @@ "symbol": "HEZ", "precision": 12, "name": "Hezkurd", - "priceId": "hezkurd", + "priceId": null, "staking": [ "relaychain", "nomination-pools" ], - "type": "native", + "type": "Native", "icon": "https://pezkuwichain.io/tokens/HEZ.png", "buyProviders": {}, "sellProviders": {}, "typeExtras": null } ], + "types": null, "additional": { "themeColor": "#009639", "defaultBlockTimeMillis": 6000, - "feeViaRuntimeCall": true, "disabledCheckMetadataHash": true } }, { - "chainId": "96eb58af1bb7288115b5e4ff1590422533e749293f231974536dc6672417d06f", - "name": "Zagros Testnet", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "nodes": [ - { - "url": "wss://zagros-rpc.pezkuwichain.io", - "name": "Zagros Node" - } - ], - "assets": [ - { - "assetId": 0, - "symbol": "HEZ", - "precision": 12, - "name": "Hezkurd", - "priceId": "hezkurd", - "staking": [ - "relaychain" - ], - "type": "native", - "icon": "https://pezkuwichain.io/tokens/HEZ.png" - } - ], - "additional": { - "themeColor": "#009639", - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "name": "Pezkuwi Asset Hub", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", @@ -104,8 +68,7 @@ "swap-hub", "assethub-fees", "proxy", - "multisig", - "fullSyncByDefault" + "multisig" ], "nodeSelectionStrategy": "roundRobin", "nodes": [ @@ -129,9 +92,9 @@ "symbol": "HEZ", "precision": 12, "name": "Hezkurd", - "priceId": "hezkurd", + "priceId": null, "staking": null, - "type": "native", + "type": "Native", "icon": "https://pezkuwichain.io/tokens/HEZ.png", "buyProviders": {}, "sellProviders": {}, @@ -142,9 +105,9 @@ "symbol": "PEZ", "precision": 12, "name": "Pezkuwi", - "priceId": "pezkuwi", + "priceId": null, "staking": null, - "type": "statemine", + "type": "Statemine", "icon": "https://pezkuwichain.io/tokens/PEZ.png", "buyProviders": {}, "sellProviders": {}, @@ -159,7 +122,7 @@ "name": "Tether USD", "priceId": "tether", "staking": null, - "type": "statemine", + "type": "Statemine", "icon": "https://pezkuwichain.io/tokens/wUSDT.png", "buyProviders": {}, "sellProviders": {}, @@ -168,23 +131,22 @@ } } ], + "types": null, "additional": { "themeColor": "#009639", "defaultBlockTimeMillis": 6000, - "feeViaRuntimeCall": true, "disabledCheckMetadataHash": true } }, { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", "name": "Pezkuwi People", "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", "addressPrefix": 42, "options": [ "proxy", - "multisig", - "fullSyncByDefault" + "multisig" ], "nodeSelectionStrategy": "roundRobin", "nodes": [ @@ -208,51 +170,42 @@ "symbol": "HEZ", "precision": 12, "name": "Hezkurd", - "priceId": "hezkurd", + "priceId": null, "staking": null, - "type": "native", + "type": "Native", "icon": "https://pezkuwichain.io/tokens/HEZ.png", "buyProviders": {}, "sellProviders": {}, "typeExtras": null } ], + "types": null, "additional": { "themeColor": "#009639", "defaultBlockTimeMillis": 6000, - "feeViaRuntimeCall": true, "disabledCheckMetadataHash": true } }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", + "name": "Polkadot Relay", "assets": [ { "assetId": 0, "symbol": "DOT", "precision": 10, + "name": "Polkadot", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - } + "icon": "DOT.svg" } ], "nodes": [ { - "url": "wss://rpc-polkadot.novasama-tech.org", + "url": "wss://rpc-polkadot-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-polkadot-2.novasama-tech.org", "name": "Novasama node" }, { @@ -270,10 +223,6 @@ "noTls12" ] }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" @@ -298,8 +247,10 @@ "account": "https://polkadot.subscan.io/account/{address}" }, { - "name": "Sub.ID", - "account": "https://sub.id/{address}" + "name": "Statescan", + "account": "https://polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://polkadot.statescan.io/#/events/{event}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", @@ -308,25 +259,25 @@ "staking": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1a" + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" } ], "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1a" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" } ], "governance": [ { "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" + "url": "https://polkadot-api.subsquare.io" } ], "governance-delegations": [ @@ -343,11 +294,10 @@ ] }, "options": [ - "crowdloans", - "governance", "proxy", "fullSyncByDefault", - "pushSupport" + "pushSupport", + "multisig" ], "additional": { "themeColor": "#E6007A", @@ -360,33 +310,24 @@ }, { "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", + "name": "Kusama Relay", "assets": [ { "assetId": 0, "symbol": "KSM", "precision": 12, + "name": "Kusama", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {}, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - } + "icon": "KSM.svg" } ], "nodes": [ { - "url": "wss://rpc-kusama.novasama-tech.org", + "url": "wss://rpc-kusama-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-kusama-2.novasama-tech.org", "name": "Novasama node" }, { @@ -404,10 +345,6 @@ "noTls12" ] }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -419,10 +356,6 @@ { "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -432,8 +365,10 @@ "account": "https://kusama.subscan.io/account/{address}" }, { - "name": "Sub.ID", - "account": "https://sub.id/{address}" + "name": "Statescan", + "account": "https://kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://kusama.statescan.io/#/events/{event}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", @@ -442,25 +377,25 @@ "staking": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1b" + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" } ], "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1b" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + "url": "https://subquery-history-kusama-prod.novasama-tech.org" } ], "governance": [ { "type": "subsquare", - "url": "https://kusama.subsquare.io/api" + "url": "https://kusama-api.subsquare.io" } ], "governance-delegations": [ @@ -477,11 +412,10 @@ ] }, "options": [ - "crowdloans", - "governance", "proxy", "fullSyncByDefault", - "pushSupport" + "pushSupport", + "multisig" ], "additional": { "themeColor": "#1F78FF", @@ -491,6 +425,84 @@ "supportsGenericLedgerApp": true } }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend (TESTNET)", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://westend.statescan.io/#/accounts/{address}", + "extrinsic": "https://westend.statescan.io/#/extrinsics/{hash}", + "event": "https://westend.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://westend.subsquare.io/api" + } + ] + }, + "options": [ + "testnet", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", @@ -500,8 +512,19 @@ "assetId": 0, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" + "name": "Kusama", + "icon": "KSM.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "priceId": "kusama", + "buyProviders": { + "mercuryo": {} + }, + "sellProviders": { + "mercuryo": {} + } }, { "assetId": 1, @@ -509,9 +532,10 @@ "precision": 10, "priceId": "rmrk", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "RMRK.svg", "typeExtras": { - "assetId": "8" + "assetId": "8", + "isSufficient": true } }, { @@ -519,7 +543,7 @@ "symbol": "CHAOS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "icon": "CHAOS.svg", "typeExtras": { "assetId": "69420" } @@ -529,7 +553,7 @@ "symbol": "CHRWNA", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "icon": "CHRWNA.svg", "typeExtras": { "assetId": "567" } @@ -539,7 +563,7 @@ "symbol": "SHIBATALES", "precision": 0, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "icon": "Default.svg", "typeExtras": { "assetId": "88888" } @@ -549,7 +573,7 @@ "symbol": "BILLCOIN", "precision": 8, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "icon": "BILLCOIN.svg", "typeExtras": { "assetId": "223" } @@ -560,9 +584,22 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { - "assetId": "1984" + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" } } ], @@ -574,10 +611,6 @@ { "url": "wss://asset-hub-kusama.dotters.network", "name": "IBP2 node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -588,31 +621,72 @@ }, { "name": "Statescan", - "account": "https://statemine.statescan.io/#/accounts/{address}", - "event": "https://statemine.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" + "account": "https://assethub-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://assethub-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://assethub-kusama.statescan.io/#/events/{event}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-ah-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + }, + { + "type": "subquery", + "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama-api.subsquare.io" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", "addressPrefix": 2, "options": [ - "assethub-fees" + "swap-hub", + "assethub-fees", + "proxy", + "multisig", + "governance", + "pushSupport" ], "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, "relaychainAsNative": true, "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true + "supportsGenericLedgerApp": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "timelineChain": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe" } }, { @@ -625,7 +699,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "DOT.svg" } ], "nodes": [ @@ -658,13 +732,23 @@ "name": "Subscan", "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", "account": "https://people-polkadot.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://people-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://people-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://people-polkadot.statescan.io/#/events/{event}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", "addressPrefix": 0, "additional": { - "supportsGenericLedgerApp": true - } + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + }, + "options": [ + "multisig" + ] }, { "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", @@ -676,7 +760,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "KSM.svg" } ], "nodes": [ @@ -705,13 +789,23 @@ "name": "Subscan", "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", "account": "https://people-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://people-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://people-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://people-kusama.statescan.io/#/events/{event}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", "addressPrefix": 2, "additional": { - "disabledCheckMetadataHash": true - } + "disabledCheckMetadataHash": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" + }, + "options": [ + "multisig" + ] }, { "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", @@ -722,7 +816,7 @@ "assetId": 0, "symbol": "KAR", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "KAR.svg", "priceId": "karura", "buyProviders": { "banxa": { @@ -735,7 +829,7 @@ "assetId": 1, "symbol": "aSEEDk", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "icon": "aSEEDk.svg", "priceId": "ausd-seed-karura", "type": "orml", "typeExtras": { @@ -749,7 +843,7 @@ "assetId": 2, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -764,7 +858,7 @@ "symbol": "RMRK (old)", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x050000", @@ -778,7 +872,7 @@ "symbol": "BNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "priceId": "bifrost-native-coin", "typeExtras": { "currencyIdScale": "0x00a8", @@ -793,7 +887,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "LKSM.svg", "typeExtras": { "currencyIdScale": "0x0083", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -807,7 +901,7 @@ "precision": 12, "priceId": "pha", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "PHA.svg", "typeExtras": { "currencyIdScale": "0x00aa", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -821,7 +915,7 @@ "precision": 12, "priceId": "kintsugi", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "KINT.svg", "typeExtras": { "currencyIdScale": "0x00ab", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -835,7 +929,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "kBTC.svg", "typeExtras": { "currencyIdScale": "0x00ac", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -848,7 +942,7 @@ "symbol": "TAI", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "icon": "TAI.svg", "typeExtras": { "currencyIdScale": "0x0084", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -861,7 +955,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "vsKSM.svg", "typeExtras": { "currencyIdScale": "0x00a9", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -874,7 +968,7 @@ "symbol": "taiKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "icon": "taiKSM.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -888,7 +982,7 @@ "precision": 18, "priceId": "quartz", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "QTZ.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -902,7 +996,7 @@ "precision": 18, "priceId": "moonriver", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "icon": "MOVR.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -915,7 +1009,7 @@ "symbol": "HKO", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "icon": "HKO.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -929,7 +1023,7 @@ "precision": 12, "priceId": "crust-storage-market", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "CSM.svg", "typeExtras": { "currencyIdScale": "0x050500", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -943,7 +1037,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -957,7 +1051,7 @@ "precision": 12, "priceId": "calamari-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "icon": "KMA.svg", "typeExtras": { "currencyIdScale": "0x050a00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -971,7 +1065,7 @@ "precision": 12, "priceId": "integritee", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "icon": "TEER.svg", "typeExtras": { "currencyIdScale": "0x050800", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -984,7 +1078,7 @@ "symbol": "KICO", "precision": 14, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "icon": "KICO.svg", "typeExtras": { "currencyIdScale": "0x050600", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -998,7 +1092,7 @@ "precision": 18, "priceId": "metaverse-network-pioneer", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "icon": "NEER.svg", "typeExtras": { "currencyIdScale": "0x050900", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1012,7 +1106,7 @@ "precision": 12, "priceId": "basilisk", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "BSX.svg", "typeExtras": { "currencyIdScale": "0x050b00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1026,7 +1120,7 @@ "precision": 18, "priceId": "altair", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "AIR.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1040,7 +1134,7 @@ "precision": 9, "type": "orml", "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "icon": "GENS.svg", "typeExtras": { "currencyIdScale": "0x050e00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1054,7 +1148,7 @@ "precision": 9, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "EQD.svg", "typeExtras": { "currencyIdScale": "0x050f00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1068,7 +1162,7 @@ "precision": 18, "type": "orml", "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "icon": "CRAB.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -1079,8 +1173,24 @@ ], "nodes": [ { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "Onfinality node" + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura-rpc.n.dwellir.com", + "name": "Dwellir node" } ], "explorers": [ @@ -1088,19 +1198,9 @@ "name": "Subscan", "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", "account": "https://karura.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x39" - } - ], "governance": [ { "type": "subsquare", @@ -1114,7 +1214,8 @@ "governance-v1" ], "additional": { - "feeViaRuntimeCall": true + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true } }, { @@ -1127,7 +1228,7 @@ "symbol": "GLMR", "precision": 18, "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "icon": "GLMR.svg", "staking": [ "parachain" ], @@ -1139,17 +1240,22 @@ "coinType": "GLMR", "blockchain": "GLMR" } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + } } }, { "assetId": 1, "symbol": "xcDOT", "precision": 10, - "type": "statemine", + "type": "evm", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { - "assetId": "42259045809535163221576417993425387648" + "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" } }, { @@ -1158,162 +1264,163 @@ "precision": 12, "type": "statemine", "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "icon": "aSEEDp.svg", "typeExtras": { - "assetId": "110021739665376159354538090254163045594" + "assetId": "110021739665376159354538090254163045594", + "isSufficient": true } }, { "assetId": 3, "symbol": "xcACA", "precision": 12, - "type": "statemine", + "type": "evm", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "ACA.svg", "typeExtras": { - "assetId": "224821240862170613278369189818311486111" + "contractAddress": "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f" } }, { "assetId": 4, "symbol": "xcPARA", "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "type": "evm", + "icon": "PARA.svg", "typeExtras": { - "assetId": "32615670524745285411807346420584982855" + "contractAddress": "0xFfFffFFF18898CB5Fe1E88E668152B4f4052A947" } }, { "assetId": 5, "symbol": "xcINTR", "precision": 10, - "type": "statemine", + "type": "evm", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "INTR.svg", "typeExtras": { - "assetId": "101170542313601871197860408087030232491" + "contractAddress": "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab" } }, { "assetId": 6, "symbol": "xciBTC", "precision": 8, - "type": "statemine", + "type": "evm", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "iBTC.svg", "typeExtras": { - "assetId": "120637696315203257380661607956669368914" + "contractAddress": "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52" } }, { "assetId": 8, "symbol": "xcASTR", "precision": 18, - "type": "statemine", + "type": "evm", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "ASTR.svg", "typeExtras": { - "assetId": "224077081838586484055667086558292981199" + "contractAddress": "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf" } }, { "assetId": 9, "symbol": "xcPHA", "precision": 12, - "type": "statemine", + "type": "evm", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "PHA.svg", "typeExtras": { - "assetId": "132685552157663328694213725410064821485" + "contractAddress": "0xFFFfFfFf63d24eCc8eB8a7b5D0803e900F7b6cED" } }, { "assetId": 10, "symbol": "xcUSDT", "precision": 6, - "type": "statemine", + "type": "evm", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { - "assetId": "311091173110107856861649819128533077277" + "contractAddress": "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d" } }, { "assetId": 11, "symbol": "xcCFG", "precision": 18, - "type": "statemine", + "type": "evm", "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "CFG.svg", "typeExtras": { - "assetId": "91372035960551235635465443179559840483" + "contractAddress": "0xFFfFfFff44bD9D2FFEE20B25D1Cf9E78Edb6Eae3" } }, { "assetId": 12, "symbol": "xcBNC", "precision": 12, - "type": "statemine", + "type": "evm", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "typeExtras": { - "assetId": "165823357460190568952172802245839421906" + "contractAddress": "0xFFffffFf7cC06abdF7201b350A1265c62C8601d2" } }, { "assetId": 13, "symbol": "xcEQ", "precision": 9, - "type": "statemine", + "type": "evm", "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "EQ.svg", "typeExtras": { - "assetId": "190590555344745888270686124937537713878" + "contractAddress": "0xFffFFfFf8f6267e040D8a0638C576dfBa4F0F6D6" } }, { "assetId": 14, "symbol": "xcEQD", "precision": 9, - "type": "statemine", + "type": "evm", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "EQD.svg", "typeExtras": { - "assetId": "187224307232923873519830480073807488153" + "contractAddress": "0xFFffFfFF8cdA1707bAF23834d211B08726B1E499" } }, { "assetId": 15, "symbol": "xcHDX", "precision": 12, - "type": "statemine", + "type": "evm", "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "icon": "HDX.svg", "typeExtras": { - "assetId": "69606720909260275826784788104880799692" + "contractAddress": "0xFFFfFfff345Dc44DDAE98Df024Eb494321E73FcC" } }, { "assetId": 16, "symbol": "xcNODL", "precision": 11, - "type": "statemine", + "type": "evm", "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "NODL.svg", "typeExtras": { - "assetId": "309163521958167876851250718453738106865" + "contractAddress": "0xfffffffFe896ba7Cb118b9Fa571c6dC0a99dEfF1" } }, { "assetId": 17, "symbol": "xcRING", "precision": 18, - "type": "statemine", + "type": "evm", "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg", + "icon": "RING.svg", "typeExtras": { - "assetId": "125699734534028342599692732320197985871" + "contractAddress": "0xFfffFfff5e90e365eDcA87fB4c8306Df1E91464f" } }, { @@ -1321,30 +1428,31 @@ "symbol": "xcOTP", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "icon": "OTP.svg", "typeExtras": { - "assetId": "238111524681612888331172110363070489924" + "assetId": "238111524681612888331172110363070489924", + "isSufficient": true } }, { "assetId": 19, "symbol": "xcvDOT", "precision": 10, - "type": "statemine", + "type": "evm", "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "icon": "vDOT.svg", "typeExtras": { - "assetId": "29085784439601774464560083082574142143" + "contractAddress": "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf" } }, { "assetId": 20, "symbol": "xcvFIL", "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "type": "evm", + "icon": "vFIL.svg", "typeExtras": { - "assetId": "272547899416482196831721420898811311297" + "contractAddress": "0xFffffFffCd0aD0EA6576B7b285295c85E94cf4c1" } }, { @@ -1352,32 +1460,32 @@ "symbol": "xcvGLMR", "precision": 18, "priceId": "voucher-glmr", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "type": "evm", + "icon": "vGLMR.svg", "typeExtras": { - "assetId": "204507659831918931608354793288110796652" + "contractAddress": "0xFfFfFFff99dABE1a8De0EA22bAa6FD48fdE96F6c" } }, { "assetId": 22, "symbol": "xcMANTA", "precision": 18, - "type": "statemine", + "type": "evm", "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "icon": "MANTA.svg", "typeExtras": { - "assetId": "166446646689194205559791995948102903873" + "contractAddress": "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841" } }, { "assetId": 23, "symbol": "xcUSDC", "precision": 6, - "type": "statemine", + "type": "evm", "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "USDC.svg", "typeExtras": { - "assetId": "166377000701797186346254371275954761085" + "contractAddress": "0xFFfffffF7D2B0B761Af01Ca8e25242976ac0aD7D" } } ], @@ -1397,10 +1505,6 @@ { "url": "wss://moonbeam.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" } ], "explorers": [ @@ -1419,7 +1523,7 @@ "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" + "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" }, { "type": "etherscan", @@ -1432,7 +1536,13 @@ "staking": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" + "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" } ], "governance": [ @@ -1444,7 +1554,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam-gov" + "url": "https://subquery-governance-moonbeam-prod.novasama-tech.org" } ] }, @@ -1452,12 +1562,15 @@ "addressPrefix": 1284, "options": [ "ethereumBased", - "governance" + "governance", + "proxy", + "multisig" ], "additional": { "themeColor": "#9968CE", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 6000 + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true } }, { @@ -1469,7 +1582,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "ETH.svg", "precision": 18, "buyProviders": { "transak": { @@ -1482,14 +1595,22 @@ "coinType": "ETH", "blockchain": "ETH" } + }, + "sellProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + } } } ], - "nodeSelectionStrategy": "uniform", + "nodeSelectionStrategy": "roundRobin", "nodes": [ { - "url": "https://rpc.ankr.com/eth", - "name": "Ankr rpc node" + "url": "https://ethereum-rpc.publicnode.com", + "name": "Allnodes rpc node" }, { "url": "https://1rpc.io/eth", @@ -1507,10 +1628,6 @@ "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", "name": "Infura node 2" }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, { "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", "name": "Infura node 4" @@ -1518,10 +1635,6 @@ { "url": "wss://mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", "name": "Infura node 6" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/5717b02168b5434ba23801e1ea755afb", - "name": "Infura node 7" } ], "explorers": [ @@ -1559,14 +1672,11 @@ "symbol": "MOVR", "precision": 18, "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "icon": "MOVR.svg", "staking": [ "parachain" ], "buyProviders": { - "transak": { - "network": "MOONRIVER" - }, "banxa": { "coinType": "MOVR", "blockchain": "MOVR" @@ -1578,10 +1688,10 @@ "symbol": "xcRMRK (old)", "precision": 10, "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "type": "evm", + "icon": "RMRK.svg", "typeExtras": { - "assetId": "182365888117048807484804376330534607370" + "contractAddress": "0xffffffFF893264794d9d57E1E0E21E0042aF5A0A" } }, { @@ -1589,10 +1699,10 @@ "symbol": "xcKSM", "precision": 12, "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "evm", + "icon": "KSM.svg", "typeExtras": { - "assetId": "42259045809535163221576417993425387648" + "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" } }, { @@ -1600,10 +1710,10 @@ "symbol": "xcKINT", "precision": 12, "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "evm", + "icon": "KINT.svg", "typeExtras": { - "assetId": "175400718394635817552109270754364440562" + "contractAddress": "0xfffFFFFF83F4f317d3cbF6EC6250AeC3697b3fF2" } }, { @@ -1611,10 +1721,10 @@ "symbol": "xcKAR", "precision": 12, "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "type": "evm", + "icon": "KAR.svg", "typeExtras": { - "assetId": "10810581592933651521121702237638664357" + "contractAddress": "0xFfFFFFfF08220AD2E6e157f26eD8bD22A336A0A5" } }, { @@ -1622,10 +1732,10 @@ "symbol": "xcBNC", "precision": 12, "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "type": "evm", + "icon": "BNC.svg", "typeExtras": { - "assetId": "319623561105283008236062145480775032445" + "contractAddress": "0xFFfFFfFFF075423be54811EcB478e911F22dDe7D" } }, { @@ -1633,10 +1743,10 @@ "symbol": "xckBTC", "precision": 8, "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "evm", + "icon": "kBTC.svg", "typeExtras": { - "assetId": "328179947973504579459046439826496046832" + "contractAddress": "0xFFFfFfFfF6E528AD57184579beeE00c5d5e646F0" } }, { @@ -1644,10 +1754,10 @@ "symbol": "xcUSDT", "precision": 6, "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "evm", + "icon": "USDT.svg", "typeExtras": { - "assetId": "311091173110107856861649819128533077277" + "contractAddress": "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d" } }, { @@ -1656,9 +1766,10 @@ "precision": 12, "priceId": "ausd-seed-karura", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "icon": "aSEEDk.svg", "typeExtras": { - "assetId": "214920334981412447805621250067209749032" + "assetId": "214920334981412447805621250067209749032", + "isSufficient": true } }, { @@ -1666,10 +1777,10 @@ "symbol": "xcCSM", "precision": 12, "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "type": "evm", + "icon": "CSM.svg", "typeExtras": { - "assetId": "108457044225666871745333730479173774551" + "contractAddress": "0xffFfFFFf519811215E05eFA24830Eebe9c43aCD7" } }, { @@ -1677,20 +1788,20 @@ "symbol": "xcPHA", "precision": 12, "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "type": "evm", + "icon": "PHA.svg", "typeExtras": { - "assetId": "189307976387032586987344677431204943363" + "contractAddress": "0xffFfFFff8E6b63d9e447B6d4C45BDA8AF9dc9603" } }, { "assetId": 11, "symbol": "xcHKO", "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "type": "evm", + "icon": "HKO.svg", "typeExtras": { - "assetId": "76100021443485661246318545281171740067" + "contractAddress": "0xffffffFF394054BCDa1902B6A6436840435655a3" } }, { @@ -1698,10 +1809,10 @@ "symbol": "xcKMA", "precision": 12, "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "type": "evm", + "icon": "KMA.svg", "typeExtras": { - "assetId": "213357169630950964874127107356898319277" + "contractAddress": "0xFFffFffFA083189f870640b141ae1E882c2b5bad" } }, { @@ -1709,10 +1820,10 @@ "symbol": "xcCRAB", "precision": 18, "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "type": "evm", + "icon": "CRAB.svg", "typeExtras": { - "assetId": "173481220575862801646329923366065693029" + "contractAddress": "0xFFFffFfF8283448b3cB519Ca4732F2ddDC6A6165" } }, { @@ -1720,10 +1831,10 @@ "symbol": "xcTEER", "precision": 12, "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg", + "type": "evm", + "icon": "TEER.svg", "typeExtras": { - "assetId": "105075627293246237499203909093923548958" + "contractAddress": "0xFfFfffFf4F0CD46769550E5938F6beE2F5d4ef1e" } }, { @@ -1731,10 +1842,10 @@ "symbol": "xcLIT", "precision": 12, "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "type": "evm", + "icon": "LIT.svg", "typeExtras": { - "assetId": "65216491554813189869575508812319036608" + "contractAddress": "0xfffFFfFF31103d490325BB0a8E40eF62e2F614C0" } }, { @@ -1742,10 +1853,10 @@ "symbol": "xcSDN", "precision": 18, "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "type": "evm", + "icon": "SDN.svg", "typeExtras": { - "assetId": "16797826370226091782818345603793389938" + "contractAddress": "0xFFFfffFF0Ca324C842330521525E7De111F38972" } }, { @@ -1753,10 +1864,10 @@ "symbol": "xcXRT", "precision": 9, "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "type": "evm", + "icon": "XRT.svg", "typeExtras": { - "assetId": "108036400430056508975016746969135344601" + "contractAddress": "0xFffFFffF51470Dca3dbe535bD2880a9CcDBc6Bd9" } }, { @@ -1764,52 +1875,52 @@ "symbol": "xcvKSM", "precision": 12, "priceId": "voucher-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "type": "evm", + "icon": "vKSM.svg", "typeExtras": { - "assetId": "264344629840762281112027368930249420542" + "contractAddress": "0xFFffffFFC6DEec7Fc8B11A2C8ddE9a59F8c62EFe" } }, { "assetId": 19, "symbol": "xcvBNC", "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "type": "evm", + "icon": "vBNC.svg", "typeExtras": { - "assetId": "72145018963825376852137222787619937732" + "contractAddress": "0xFFffffff3646A00f78caDf8883c5A2791BfCDdc4" } }, { "assetId": 20, "symbol": "xcvMOVR", "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "type": "evm", + "icon": "vMOVR.svg", "typeExtras": { - "assetId": "203223821023327994093278529517083736593" + "contractAddress": "0xfFfffFfF98e37bF6a393504b5aDC5B53B4D0ba11" } }, { "assetId": 21, "symbol": "xcMGX", "precision": 18, - "type": "statemine", + "type": "evm", "priceId": "mangata-x", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "MGX.svg", "typeExtras": { - "assetId": "118095707745084482624853002839493125353" + "contractAddress": "0xffFfFffF58d867EEa1Ce5126A4769542116324e9" } }, { "assetId": 22, "symbol": "xcTUR", "precision": 10, - "type": "statemine", + "type": "evm", "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "TUR.svg", "typeExtras": { - "assetId": "133300872918374599700079037156071917454" + "contractAddress": "0xfFffffFf6448d0746f2a66342B67ef9CAf89478E" } } ], @@ -1819,16 +1930,12 @@ "name": "Moonbeam Foundation node" }, { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" + "url": "wss://moonriver-rpc.publicnode.com", + "name": "Allnodes node" }, { "url": "wss://moonriver.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -1847,7 +1954,7 @@ "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" + "url": "https://subquery-history-moonriver-prod.novasama-tech.org" }, { "type": "etherscan", @@ -1860,7 +1967,13 @@ "staking": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" + "url": "https://subquery-history-moonriver-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-moonriver-prod.novasama-tech.org" } ], "governance": [ @@ -1872,7 +1985,7 @@ "governance-delegations": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + "url": "https://subquery-governance-moonriver-prod.novasama-tech.org" } ] }, @@ -1880,12 +1993,14 @@ "addressPrefix": 1285, "options": [ "ethereumBased", - "governance" + "governance", + "proxy" ], "additional": { "themeColor": "#20A0B6", "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 12000 + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true } }, { @@ -1897,7 +2012,7 @@ "assetId": 0, "symbol": "SDN", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "icon": "SDN.svg", "priceId": "shiden" }, { @@ -1906,9 +2021,10 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "PHA.svg", "typeExtras": { - "assetId": "18446744073709551623" + "assetId": "18446744073709551623", + "isSufficient": true } }, { @@ -1917,9 +2033,10 @@ "precision": 12, "priceId": "liquid-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "LKSM.svg", "typeExtras": { - "assetId": "18446744073709551619" + "assetId": "18446744073709551619", + "isSufficient": true } }, { @@ -1928,9 +2045,10 @@ "precision": 18, "type": "statemine", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "icon": "MOVR.svg", "typeExtras": { - "assetId": "18446744073709551620" + "assetId": "18446744073709551620", + "isSufficient": true } }, { @@ -1939,9 +2057,10 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "kBTC.svg", "typeExtras": { - "assetId": "18446744073709551621" + "assetId": "18446744073709551621", + "isSufficient": true } }, { @@ -1950,9 +2069,10 @@ "precision": 12, "type": "statemine", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "KINT.svg", "typeExtras": { - "assetId": "18446744073709551622" + "assetId": "18446744073709551622", + "isSufficient": true } }, { @@ -1961,9 +2081,10 @@ "precision": 12, "type": "statemine", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "typeExtras": { - "assetId": "340282366920938463463374607431768211455" + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true } }, { @@ -1972,9 +2093,10 @@ "precision": 12, "type": "statemine", "priceId": "ausd-seed-karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "icon": "aSEEDk.svg", "typeExtras": { - "assetId": "18446744073709551616" + "assetId": "18446744073709551616", + "isSufficient": true } }, { @@ -1983,9 +2105,10 @@ "precision": 12, "type": "statemine", "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "icon": "CSM.svg", "typeExtras": { - "assetId": "18446744073709551624" + "assetId": "18446744073709551624", + "isSufficient": true } }, { @@ -1994,9 +2117,10 @@ "precision": 12, "type": "statemine", "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "KAR.svg", "typeExtras": { - "assetId": "18446744073709551618" + "assetId": "18446744073709551618", + "isSufficient": true } }, { @@ -2005,9 +2129,10 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { - "assetId": "4294969280" + "assetId": "4294969280", + "isSufficient": true } }, { @@ -2016,9 +2141,10 @@ "precision": 12, "priceId": "voucher-ksm", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "vKSM.svg", "typeExtras": { - "assetId": "18446744073709551628" + "assetId": "18446744073709551628", + "isSufficient": true } }, { @@ -2027,9 +2153,10 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "typeExtras": { - "assetId": "18446744073709551627" + "assetId": "18446744073709551627", + "isSufficient": true } } ], @@ -2039,16 +2166,12 @@ "name": "StakeTechnologies node" }, { - "url": "wss://shiden-rpc.dwellir.com", + "url": "wss://shiden-rpc.n.dwellir.com", "name": "Dwellir node" }, { "url": "wss://shiden.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -2056,20 +2179,8 @@ "name": "Subscan", "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", "account": "https://shiden.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x40" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", "addressPrefix": 5, "additional": { @@ -2086,7 +2197,7 @@ "symbol": "BNC", "priceId": "bifrost-native-coin", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "buyProviders": { "banxa": { "coinType": "BNC", @@ -2098,7 +2209,7 @@ "assetId": 1, "symbol": "KSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "priceId": "kusama", "type": "orml", "typeExtras": { @@ -2113,7 +2224,7 @@ "symbol": "RMRK (old)", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "RMRK.svg", "priceId": "rmrk", "typeExtras": { "currencyIdScale": "0x0209", @@ -2128,7 +2239,7 @@ "precision": 18, "priceId": "zenlink-network-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "ZLK.svg", "typeExtras": { "currencyIdScale": "0x0207", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2142,7 +2253,7 @@ "precision": 12, "priceId": "karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "icon": "KAR.svg", "typeExtras": { "currencyIdScale": "0x0206", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2156,7 +2267,7 @@ "precision": 12, "priceId": "ausd-seed-karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "icon": "aSEEDk.svg", "typeExtras": { "currencyIdScale": "0x0302", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2169,7 +2280,7 @@ "symbol": "vsKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "vsKSM.svg", "typeExtras": { "currencyIdScale": "0x0404", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2183,7 +2294,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2197,7 +2308,7 @@ "precision": 18, "type": "orml", "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", + "icon": "MOVR.svg", "typeExtras": { "currencyIdScale": "0x020a", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2211,7 +2322,7 @@ "precision": 12, "type": "orml", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "PHA.svg", "typeExtras": { "currencyIdScale": "0x0208", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2225,7 +2336,7 @@ "precision": 12, "priceId": "voucher-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "vKSM.svg", "typeExtras": { "currencyIdScale": "0x0104", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2239,7 +2350,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "kBTC.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2252,7 +2363,7 @@ "symbol": "vBNC", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vBNC.svg", + "icon": "vBNC.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2265,7 +2376,7 @@ "symbol": "vMOVR", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMOVR.svg", + "icon": "vMOVR.svg", "typeExtras": { "currencyIdScale": "0x010a", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -2280,8 +2391,8 @@ "name": "Liebi node" }, { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://us.bifrost-rpc.liebi.com/ws", + "name": "LiebiUS node" } ], "explorers": [ @@ -2289,19 +2400,9 @@ "name": "Subscan", "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", "account": "https://bifrost-kusama.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x38" - } - ], "governance": [ { "type": "subsquare", @@ -2310,11 +2411,14 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, + "addressPrefix": 0, + "legacyAddressPrefix": 6, "options": [ - "governance-v1", "governance" - ] + ], + "additional": { + "supportsGenericLedgerApp": true + } }, { "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", @@ -2326,7 +2430,7 @@ "symbol": "BSX", "precision": 12, "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "icon": "BSX.svg", "buyProviders": { "banxa": { "coinType": "BSX", @@ -2340,7 +2444,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -2354,7 +2458,7 @@ "precision": 12, "priceId": "ausd-seed-karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "icon": "aSEEDk.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -2367,7 +2471,7 @@ "symbol": "TNKR", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "icon": "TNKR.svg", "typeExtras": { "currencyIdScale": "0x06000000", "currencyIdType": "u32", @@ -2381,7 +2485,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -2395,7 +2499,7 @@ "precision": 9, "type": "orml", "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "XRT.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -2406,12 +2510,12 @@ ], "nodes": [ { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" + "url": "wss://basilisk-rpc.n.dwellir.com", + "name": "Dwellir node" }, { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" } ], "explorers": [ @@ -2419,19 +2523,9 @@ "name": "Subscan", "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", "account": "https://basilisk.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3f" - } - ], "governance": [ { "type": "subsquare", @@ -2461,7 +2555,7 @@ "assetId": 0, "symbol": "AIR", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "icon": "AIR.svg", "priceId": "altair" } ], @@ -2476,19 +2570,9 @@ "name": "Subscan", "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", "account": "https://altair.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x37" - } - ], "governance": [ { "type": "subsquare", @@ -2506,167 +2590,6 @@ "disabledCheckMetadataHash": true } }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 10, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "119" - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "121" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://heiko.statescan.io/#/accounts/{address}", - "extrinsic": "https://heiko.statescan.io/#/extrinsics/{hash}", - "event": "https://heiko.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, { "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", "name": "Edgeware", @@ -2676,256 +2599,26 @@ "symbol": "EDG", "precision": 18, "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + "icon": "EDG.svg" } ], "nodes": [ { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", + "url": "wss://edgeware-rpc3.jelliedowl.net", "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" } ], "explorers": [ { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" + "name": "Edgescan", + "extrinsic": "https://edgscan.ink/#/extrinsics/{hash}", + "event": "https://edgscan.ink/#/events/{event}", + "account": "https://edgscan.ink/#/accounts/{address}" } ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", "addressPrefix": 7 }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - }, - { - "assetId": 11, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 12, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 13, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "assetId": "13" - } - }, - { - "assetId": 14, - "symbol": "BIT", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 15, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "typeExtras": { - "assetId": "15" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://khala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3a" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "additional": { - "feeViaRuntimeCall": true - } - }, { "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", @@ -2935,7 +2628,7 @@ "assetId": 0, "symbol": "KILT", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "KILT.svg", "precision": 15, "buyProviders": { "banxa": { @@ -2954,10 +2647,6 @@ "url": "wss://kilt.dotters.network", "name": "IBP2 node" }, - { - "url": "wss://kilt-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://spiritnet.kilt.io/", "name": "KILT Protocol node" @@ -2968,19 +2657,9 @@ "name": "Subscan", "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", "account": "https://spiritnet.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3d" - } - ], "governance": [ { "type": "polkassembly", @@ -2992,127 +2671,9 @@ "addressPrefix": 38, "options": [ "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "12" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOVR.svg", - "typeExtras": { - "assetId": "11" - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "14" - } - }, - { - "assetId": 5, - "symbol": "DAI-Karura", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Karura.svg", - "typeExtras": { - "assetId": "15" - } - }, - { - "assetId": 6, - "symbol": "USDC-Karura", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Karura.svg", - "typeExtras": { - "assetId": "16" - } - } ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x36" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, "additional": { - "themeColor": "#D632C1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/calamari-kma-staking", - "defaultBlockTime": 12000 + "supportsGenericLedgerApp": true } }, { @@ -3124,7 +2685,7 @@ "assetId": 0, "symbol": "QTZ", "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "icon": "QTZ.svg", "precision": 18 } ], @@ -3140,100 +2701,14 @@ { "url": "wss://us-ws-quartz.unique.network", "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" } ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3e" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", "addressPrefix": 255, "additional": { "feeViaRuntimeCall": true } }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg", - "buyProviders": { - "transak": { - "network": "PIONEER" - } - } - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer-rpc-1.bit.country/wss", - "name": "MetaverseNetwork node 1" - }, - { - "url": "wss://pioneer-rpc-2.bit.country/wss", - "name": "MetaverseNetwork node 2" - }, - { - "url": "wss://pioneer-rpc-3.bit.country/wss", - "name": "MetaverseNetwork node 3" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x41" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, { "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", @@ -3244,7 +2719,7 @@ "symbol": "ACA", "priceId": "acala", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "ACA.svg", "buyProviders": { "banxa": { "coinType": "ACA", @@ -3258,7 +2733,7 @@ "precision": 10, "priceId": "liquid-staking-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "LDOT.svg", "typeExtras": { "currencyIdScale": "0x0003", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3272,7 +2747,7 @@ "precision": 12, "priceId": "ausd-seed-acala", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "icon": "aSEEDp.svg", "typeExtras": { "currencyIdScale": "0x0001", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3286,7 +2761,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { "currencyIdScale": "0x0002", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3300,7 +2775,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "icon": "lcDOT.svg", "typeExtras": { "currencyIdScale": "0x040d000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3314,7 +2789,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "icon": "GLMR.svg", "typeExtras": { "currencyIdScale": "0x050000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3327,7 +2802,7 @@ "symbol": "PARA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "icon": "PARA.svg", "typeExtras": { "currencyIdScale": "0x050100", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3340,7 +2815,7 @@ "symbol": "TAP", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "icon": "TAP.svg", "typeExtras": { "currencyIdScale": "0x0004", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3353,7 +2828,7 @@ "symbol": "tDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "icon": "tDOT.svg", "typeExtras": { "currencyIdScale": "0x0300000000", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3367,7 +2842,7 @@ "precision": 10, "type": "orml", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "INTR.svg", "typeExtras": { "currencyIdScale": "0x050400", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3381,7 +2856,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "ASTR.svg", "typeExtras": { "currencyIdScale": "0x050200", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3395,7 +2870,7 @@ "precision": 9, "priceId": "equilibrium-token", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "icon": "EQ.svg", "typeExtras": { "currencyIdScale": "0x050700", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3409,7 +2884,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "iBTC.svg", "typeExtras": { "currencyIdScale": "0x050300", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3423,7 +2898,7 @@ "precision": 18, "type": "orml", "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "icon": "DAI.svg", "typeExtras": { "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3437,7 +2912,7 @@ "precision": 6, "type": "orml", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x050c00", "currencyIdType": "acala_primitives.currency.CurrencyId", @@ -3450,20 +2925,29 @@ "symbol": "PINK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "icon": "PINK.svg", "typeExtras": { "currencyIdScale": "0x050d00", "currencyIdType": "acala_primitives.currency.CurrencyId", "existentialDeposit": "1000000000", "transfersEnabled": true } + }, + { + "assetId": 16, + "symbol": "NEMO", + "precision": 18, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } } ], "nodes": [ - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, { "url": "wss://acala-rpc-0.aca-api.network", "name": "Acala Foundation 0 node" @@ -3481,11 +2965,7 @@ "name": "Acala Foundation 3 node" }, { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-rpc.dwellir.com", + "url": "wss://acala-rpc.n.dwellir.com", "name": "Dwellir node" } ], @@ -3494,19 +2974,9 @@ "name": "Subscan", "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", "account": "https://acala.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3c" - } - ], "governance": [ { "type": "subsquare", @@ -3517,7 +2987,8 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", "addressPrefix": 10, "additional": { - "feeViaRuntimeCall": true + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true }, "options": [ "governance-v1" @@ -3532,12 +3003,9 @@ "assetId": 0, "symbol": "ASTR", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "ASTR.svg", "precision": 18, "buyProviders": { - "transak": { - "network": "ASTAR" - }, "banxa": { "coinType": "ASTR", "blockchain": "ASTR" @@ -3550,9 +3018,10 @@ "precision": 10, "type": "statemine", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { - "assetId": "340282366920938463463374607431768211455" + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true } }, { @@ -3561,9 +3030,10 @@ "precision": 18, "type": "statemine", "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "icon": "GLMR.svg", "typeExtras": { - "assetId": "18446744073709551619" + "assetId": "18446744073709551619", + "isSufficient": true } }, { @@ -3572,9 +3042,10 @@ "precision": 8, "type": "statemine", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "iBTC.svg", "typeExtras": { - "assetId": "18446744073709551620" + "assetId": "18446744073709551620", + "isSufficient": true } }, { @@ -3583,9 +3054,10 @@ "precision": 10, "type": "statemine", "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "INTR.svg", "typeExtras": { - "assetId": "18446744073709551621" + "assetId": "18446744073709551621", + "isSufficient": true } }, { @@ -3594,9 +3066,10 @@ "precision": 12, "type": "statemine", "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "PHA.svg", "typeExtras": { - "assetId": "18446744073709551622" + "assetId": "18446744073709551622", + "isSufficient": true } }, { @@ -3605,9 +3078,10 @@ "precision": 12, "type": "statemine", "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "icon": "ACA.svg", "typeExtras": { - "assetId": "18446744073709551616" + "assetId": "18446744073709551616", + "isSufficient": true } }, { @@ -3616,9 +3090,10 @@ "precision": 10, "type": "statemine", "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "LDOT.svg", "typeExtras": { - "assetId": "18446744073709551618" + "assetId": "18446744073709551618", + "isSufficient": true } }, { @@ -3627,9 +3102,10 @@ "precision": 12, "type": "statemine", "priceId": "ausd-seed-acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", + "icon": "aSEEDp.svg", "typeExtras": { - "assetId": "18446744073709551617" + "assetId": "18446744073709551617", + "isSufficient": true } }, { @@ -3638,9 +3114,10 @@ "precision": 6, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { - "assetId": "4294969280" + "assetId": "4294969280", + "isSufficient": true } }, { @@ -3649,9 +3126,10 @@ "precision": 12, "type": "statemine", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "typeExtras": { - "assetId": "18446744073709551623" + "assetId": "18446744073709551623", + "isSufficient": true } }, { @@ -3660,9 +3138,10 @@ "precision": 18, "type": "statemine", "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "icon": "UNQ.svg", "typeExtras": { - "assetId": "18446744073709551631" + "assetId": "18446744073709551631", + "isSufficient": true } }, { @@ -3671,9 +3150,10 @@ "precision": 10, "type": "statemine", "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "icon": "vDOT.svg", "typeExtras": { - "assetId": "18446744073709551624" + "assetId": "18446744073709551624", + "isSufficient": true } }, { @@ -3682,9 +3162,10 @@ "precision": 9, "type": "statemine", "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "icon": "EQD.svg", "typeExtras": { - "assetId": "18446744073709551629" + "assetId": "18446744073709551629", + "isSufficient": true } } ], @@ -3694,16 +3175,12 @@ "name": "Astar node" }, { - "url": "wss://astar-rpc.dwellir.com", + "url": "wss://astar-rpc.n.dwellir.com", "name": "Dwellir node" }, { "url": "wss://astar.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -3711,17 +3188,13 @@ "name": "Subscan", "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", "account": "https://astar.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1f" + "url": "https://subquery-history-astar-prod.novasama-tech.org" } ] }, @@ -3732,266 +3205,6 @@ "supportsGenericLedgerApp": true } }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Polkadot.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-parallel-rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://parallel.statescan.io/#/accounts/{address}", - "extrinsic": "https://parallel.statescan.io/#/extrinsics/{hash}", - "event": "https://parallel.statescan.io/#/events/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", @@ -4001,8 +3214,19 @@ "assetId": 0, "symbol": "DOT", "precision": 10, + "name": "Polkadot", "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "DOT.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "mercuryo": {} + }, + "sellProviders": { + "mercuryo": {} + } }, { "assetId": 1, @@ -4010,9 +3234,10 @@ "precision": 6, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { - "assetId": "1984" + "assetId": "1984", + "isSufficient": true } }, { @@ -4021,9 +3246,10 @@ "precision": 6, "priceId": "usd-coin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "USDC.svg", "typeExtras": { - "assetId": "1337" + "assetId": "1337", + "isSufficient": true } }, { @@ -4032,7 +3258,7 @@ "precision": 10, "priceId": "dot-is-ded", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "icon": "DED.svg", "typeExtras": { "assetId": "30" } @@ -4042,7 +3268,7 @@ "symbol": "PINK", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "icon": "PINK.svg", "typeExtras": { "assetId": "23" } @@ -4052,7 +3278,7 @@ "symbol": "DOTA", "precision": 4, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "icon": "DOTA.svg", "typeExtras": { "assetId": "18" } @@ -4062,7 +3288,7 @@ "symbol": "STINK", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "icon": "STINK.svg", "typeExtras": { "assetId": "42069" } @@ -4072,7 +3298,7 @@ "symbol": "GABE", "precision": 20, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "icon": "GABE.svg", "typeExtras": { "assetId": "69420" } @@ -4081,8 +3307,9 @@ "assetId": 8, "symbol": "WUD", "precision": 10, + "priceId": "gavun-wud", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "icon": "WUD.svg", "typeExtras": { "assetId": "31337" } @@ -4091,19 +3318,22 @@ "assetId": 9, "symbol": "WETH-Snowbridge", "precision": 18, + "priceId": "ethereum-wormhole", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "icon": "WETH-Snowbridge.svg", "typeExtras": { "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", - "palletName": "ForeignAssets" + "palletName": "ForeignAssets", + "isSufficient": true } }, { "assetId": 10, "symbol": "WBTC-Snowbridge", "precision": 8, + "priceId": "wrapped-bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "icon": "WBTC-Snowbridge.svg", "typeExtras": { "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", "palletName": "ForeignAssets" @@ -4114,7 +3344,7 @@ "symbol": "WIFD", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "icon": "WIFD.svg", "typeExtras": { "assetId": "17" } @@ -4124,7 +3354,7 @@ "symbol": "BORK", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "icon": "BORK.svg", "typeExtras": { "assetId": "690" } @@ -4134,7 +3364,7 @@ "symbol": "BUNS", "precision": 10, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "icon": "BUNS.svg", "typeExtras": { "assetId": "1234" } @@ -4144,7 +3374,7 @@ "symbol": "KOL", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "icon": "KOL.svg", "typeExtras": { "assetId": "86" } @@ -4155,14 +3385,142 @@ "precision": 18, "priceId": "mythos", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "icon": "MYTH.svg", "typeExtras": { "assetId": "0x010100a534", "palletName": "ForeignAssets" } + }, + { + "assetId": 16, + "symbol": "MYTH-Snowbridge", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 17, + "symbol": "USDC-Snowbridge", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 18, + "symbol": "USDT-Snowbridge", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 19, + "symbol": "DAI-Snowbridge", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 20, + "symbol": "BASTI", + "precision": 12, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "22222015" + } + }, + { + "assetId": 21, + "symbol": "DAMN", + "precision": 12, + "type": "statemine", + "icon": "DAMN.svg", + "typeExtras": { + "assetId": "22222012" + } + }, + { + "assetId": 22, + "symbol": "BILLCOIN", + "precision": 12, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "50000075" + } + }, + { + "assetId": 23, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0x02010903", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 24, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x0201090704", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 26, + "symbol": "MPC", + "precision": 12, + "priceId": "my-paqman-coin", + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "50000103" + } + }, + { + "assetId": 27, + "symbol": "DON", + "precision": 12, + "priceId": "paydon", + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "50000111" + } } ], "nodes": [ + { + "url": "wss://asset-hub-polkadot-rpc.n.dwellir.com", + "name": "Dwellir node" + }, { "url": "wss://sys.ibp.network/asset-hub-polkadot", "name": "IBP1 node" @@ -4170,14 +3528,6 @@ { "url": "wss://asset-hub-polkadot.dotters.network", "name": "IBP2 node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -4188,26 +3538,81 @@ }, { "name": "Statescan", - "account": "https://statemint.statescan.io/#/accounts/{address}", - "event": "https://statemint.statescan.io/#/events/{event}" + "account": "https://assethub-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://assethub-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://assethub-polkadot.statescan.io/#/events/{event}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x35" + "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + }, + { + "type": "subquery", + "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-ah-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", "addressPrefix": 0, "options": [ - "assethub-fees" + "swap-hub", + "assethub-fees", + "proxy", + "multisig", + "governance", + "fullSyncByDefault", + "crowdloans", + "pushSupport" ], "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, "relaychainAsNative": true, - "supportsGenericLedgerApp": true + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "timelineChain": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "defaultBlockTime": 2000 } }, { @@ -4219,7 +3624,7 @@ "assetId": 0, "symbol": "XRT", "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "icon": "XRT.svg", "priceId": "robonomics-network" } ], @@ -4232,21 +3637,11 @@ "explorers": [ { "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" + "extrinsic": "https://robonomics-freemium.subscan.io/extrinsic/{hash}", + "account": "https://robonomics-freemium.subscan.io/account/{address}" } ], "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], "governance": [ { "type": "polkassembly", @@ -4280,7 +3675,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "KSM.svg" } ], "nodes": [ @@ -4308,7 +3703,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + "url": "https://subquery-history-encointer-prod.novasama-tech.org" } ] }, @@ -4329,7 +3724,7 @@ "precision": 12, "type": "orml", "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "KINT.svg", "typeExtras": { "currencyIdScale": "0x000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4349,7 +3744,7 @@ "precision": 8, "type": "orml", "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "kBTC.svg", "typeExtras": { "currencyIdScale": "0x000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4363,7 +3758,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "typeExtras": { "currencyIdScale": "0x000a", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4377,7 +3772,7 @@ "precision": 12, "priceId": "liquid-ksm", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "icon": "LKSM.svg", "typeExtras": { "currencyIdScale": "0x0102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4391,7 +3786,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4405,7 +3800,7 @@ "precision": 12, "priceId": "ausd-seed-karura", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", + "icon": "aSEEDk.svg", "typeExtras": { "currencyIdScale": "0x0101000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4418,7 +3813,7 @@ "symbol": "LP KSM-kBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "icon": "KSM-kBTC.svg", "typeExtras": { "currencyIdScale": "0x03000a000b", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4431,7 +3826,7 @@ "symbol": "LP kBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "icon": "kBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x03000b0103000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4444,7 +3839,7 @@ "symbol": "LP KSM-KINT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "icon": "KSM-KINT.svg", "typeExtras": { "currencyIdScale": "0x03000a000c", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4457,7 +3852,7 @@ "symbol": "qkBTC", "precision": 8, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "qkBTC.svg", "typeExtras": { "currencyIdScale": "0x0201000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4470,7 +3865,7 @@ "symbol": "qKSM", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "qKSM.svg", "typeExtras": { "currencyIdScale": "0x0202000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4483,7 +3878,7 @@ "symbol": "qUSDT", "precision": 6, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "qUSDT.svg", "typeExtras": { "currencyIdScale": "0x0203000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -4503,17 +3898,13 @@ "name": "Subscan", "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", "account": "https://kintsugi.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + "url": "https://subquery-history-kintsugi-prod.novasama-tech.org" } ] }, @@ -4523,14 +3914,14 @@ { "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", + "name": "Picasso (PAUSED)", "assets": [ { "assetId": 0, "symbol": "PICA", "precision": 12, "priceId": "picasso", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + "icon": "PICA.svg" }, { "assetId": 1, @@ -4538,7 +3929,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { "currencyIdScale": "0x06000000000000000000000000000000", "currencyIdType": "u128", @@ -4552,7 +3943,7 @@ "precision": 12, "priceId": "kusama", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "typeExtras": { "currencyIdScale": "0x04000000000000000000000000000000", "currencyIdType": "u128", @@ -4566,7 +3957,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x82000000000000000000000000000000", "currencyIdType": "u128", @@ -4576,13 +3967,9 @@ } ], "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable 1 node" - }, { "url": "wss://rpc.composablenodes.tech", - "name": "Composable 2 node" + "name": "Composable node" } ], "explorers": [ @@ -4592,14 +3979,6 @@ "account": "https://picasso.subscan.io/account/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://gateway.subquery.network/query/0x3b" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", "addressPrefix": 49 }, @@ -4616,41 +3995,32 @@ ], "precision": 10, "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + "icon": "ZTG.svg" } ], "nodes": [ { "url": "wss://zeitgeist.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://main.rpc.zeitgeist.pm/ws", - "name": "Zeitgeist node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" } ], "governance": [ @@ -4667,27 +4037,24 @@ ], "additional": { "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking", + "disabledCheckMetadataHash": true } }, { "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", + "name": "Subsocial (PAUSED)", "assets": [ { "assetId": 0, "symbol": "SUB", "precision": 10, "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + "icon": "SUB.svg" } ], "nodes": [ - { - "url": "wss://subsocial-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://para.f3joule.space", "name": "Subsocial node" @@ -4697,17 +4064,11 @@ "name": "Dappforce node" } ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x34" + "url": "https://subquery-history-subsocial-prod.novasama-tech.org" } ] }, @@ -4724,10 +4085,14 @@ "symbol": "CSM", "precision": 12, "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + "icon": "CSM.svg" } ], "nodes": [ + { + "url": "wss://rpc-sha-subscan.crustnetwork.xyz", + "name": "Subscan node" + }, { "url": "wss://rpc2-shadow.crust.network/", "name": "Crust node" @@ -4739,16 +4104,17 @@ ], "explorers": [ { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}" + "name": "Statescan", + "account": "https://shadow.statescan.io/#/accounts/{address}", + "extrinsic": "https://shadow.statescan.io/#/extrinsics/{hash}", + "event": "https://shadow.statescan.io/#/events/{event}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + "url": "https://subquery-history-shadow-prod.novasama-tech.org" } ] }, @@ -4761,24 +4127,20 @@ { "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", + "name": "Integritee Parachain (PAUSED)", "assets": [ { "assetId": 0, "symbol": "TEER", "precision": 12, "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TEER.svg" + "icon": "TEER.svg" } ], "nodes": [ { "url": "wss://kusama.api.integritee.network", "name": "Integritee node" - }, - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -4786,17 +4148,13 @@ "name": "Subscan", "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", "account": "https://integritee.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + "url": "https://subquery-history-integritee-prod.novasama-tech.org" } ] }, @@ -4813,17 +4171,17 @@ "symbol": "CFG", "precision": 18, "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + "icon": "CFG.svg" } ], "nodes": [ { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://fullnode.centrifuge.io", + "name": "Centrifuge node" }, { - "url": "wss://centrifuge-parachain.api.onfinality.io/public-ws", - "name": "Onfinality node" + "url": "wss://rpc-centrifuge.luckyfriday.io", + "name": "LuckyFriday node" } ], "explorers": [ @@ -4831,17 +4189,13 @@ "name": "Subscan", "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", "account": "https://centrifuge-parachain.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + "url": "https://subquery-history-centrifuge-prod.novasama-tech.org" } ], "governance": [ @@ -4871,7 +4225,7 @@ "symbol": "HDX", "precision": 12, "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "icon": "HDX.svg", "buyProviders": { "banxa": { "coinType": "HDX", @@ -4884,7 +4238,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x05000000", @@ -4899,7 +4253,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Acala.svg", + "icon": "DAI-Acala.svg", "typeExtras": { "currencyIdScale": "0x02000000", "currencyIdType": "u32", @@ -4912,7 +4266,7 @@ "symbol": "LRNA", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "icon": "LRNA.svg", "typeExtras": { "currencyIdScale": "0x01000000", "currencyIdType": "u32", @@ -4926,7 +4280,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Acala.svg", + "icon": "WETH-Acala.svg", "typeExtras": { "currencyIdScale": "0x04000000", "currencyIdType": "u32", @@ -4940,7 +4294,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Acala.svg", + "icon": "WBTC-Acala.svg", "typeExtras": { "currencyIdScale": "0x03000000", "currencyIdType": "u32", @@ -4954,7 +4308,7 @@ "precision": 8, "priceId": "bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "iBTC.svg", "typeExtras": { "currencyIdScale": "0x0b000000", "currencyIdType": "u32", @@ -4968,7 +4322,7 @@ "precision": 10, "priceId": "zeitgeist", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "icon": "ZTG.svg", "typeExtras": { "currencyIdScale": "0x0c000000", "currencyIdType": "u32", @@ -4982,7 +4336,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "ASTR.svg", "typeExtras": { "currencyIdScale": "0x09000000", "currencyIdType": "u32", @@ -4996,7 +4350,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x0a000000", "currencyIdType": "u32", @@ -5010,7 +4364,7 @@ "precision": 18, "priceId": "centrifuge", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "icon": "CFG.svg", "typeExtras": { "currencyIdScale": "0x0d000000", "currencyIdType": "u32", @@ -5024,7 +4378,7 @@ "precision": 12, "priceId": "bifrost-native-coin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "typeExtras": { "currencyIdScale": "0x0e000000", "currencyIdType": "u32", @@ -5038,7 +4392,7 @@ "precision": 18, "priceId": "dai", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI-Moonbeam.svg", + "icon": "DAI-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x12000000", "currencyIdType": "u32", @@ -5052,7 +4406,7 @@ "precision": 8, "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Moonbeam.svg", + "icon": "WBTC-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x13000000", "currencyIdType": "u32", @@ -5066,7 +4420,7 @@ "precision": 18, "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "icon": "WETH-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x14000000", "currencyIdType": "u32", @@ -5080,7 +4434,7 @@ "precision": 6, "priceId": "usd-coin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "USDC.svg", "typeExtras": { "currencyIdScale": "0x16000000", "currencyIdType": "u32", @@ -5094,7 +4448,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "icon": "GLMR.svg", "typeExtras": { "currencyIdScale": "0x10000000", "currencyIdType": "u32", @@ -5107,7 +4461,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "INTR.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x11000000", @@ -5121,7 +4475,7 @@ "symbol": "SUB", "precision": 10, "priceId": "subsocial", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "icon": "SUB.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x18000000", @@ -5135,7 +4489,7 @@ "symbol": "vDOT", "precision": 10, "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "icon": "vDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -5149,7 +4503,7 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "icon": "PHA.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x08000000", @@ -5164,7 +4518,7 @@ "precision": 6, "priceId": "usd-coin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC-Moonbeam.svg", + "icon": "USDC-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x15000000", "currencyIdType": "u32", @@ -5177,7 +4531,7 @@ "symbol": "4-Pool", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/4-Pool.svg", + "icon": "4-Pool.svg", "typeExtras": { "currencyIdScale": "0x64000000", "currencyIdType": "u32", @@ -5190,7 +4544,7 @@ "symbol": "2-Pool", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool.svg", + "icon": "2-Pool.svg", "typeExtras": { "currencyIdScale": "0x65000000", "currencyIdType": "u32", @@ -5203,7 +4557,7 @@ "symbol": "2-Pool-Stbl", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/2-Pool-Stbl.svg", + "icon": "2-Pool-Stbl.svg", "typeExtras": { "currencyIdScale": "0x66000000", "currencyIdType": "u32", @@ -5217,7 +4571,7 @@ "precision": 18, "priceId": "unique-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "icon": "UNQ.svg", "typeExtras": { "currencyIdScale": "0x19000000", "currencyIdType": "u32", @@ -5231,7 +4585,7 @@ "precision": 11, "priceId": "nodle-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "icon": "NODL.svg", "typeExtras": { "currencyIdScale": "0x1a000000", "currencyIdType": "u32", @@ -5245,7 +4599,7 @@ "precision": 12, "priceId": "crust-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg", + "icon": "CRU.svg", "typeExtras": { "currencyIdScale": "0x1b000000", "currencyIdType": "u32", @@ -5259,7 +4613,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT-Moonbeam.svg", + "icon": "USDT-Moonbeam.svg", "typeExtras": { "currencyIdScale": "0x17000000", "currencyIdType": "u32", @@ -5273,7 +4627,7 @@ "precision": 10, "priceId": "dot-is-ded", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "icon": "DED.svg", "typeExtras": { "currencyIdScale": "0x53420f00", "currencyIdType": "u32", @@ -5286,7 +4640,7 @@ "symbol": "PINK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "icon": "PINK.svg", "typeExtras": { "currencyIdScale": "0x55420f00", "currencyIdType": "u32", @@ -5299,7 +4653,7 @@ "symbol": "STINK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/STINK.svg", + "icon": "STINK.svg", "typeExtras": { "currencyIdScale": "0x62420f00", "currencyIdType": "u32", @@ -5312,7 +4666,7 @@ "symbol": "DOTA", "precision": 4, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOTA.svg", + "icon": "DOTA.svg", "typeExtras": { "currencyIdScale": "0x66420f00", "currencyIdType": "u32", @@ -5325,7 +4679,7 @@ "symbol": "GABE", "precision": 20, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GABE.svg", + "icon": "GABE.svg", "typeExtras": { "currencyIdScale": "0x7e420f00", "currencyIdType": "u32", @@ -5339,7 +4693,7 @@ "precision": 15, "type": "orml", "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "icon": "KILT.svg", "typeExtras": { "currencyIdScale": "0x1c000000", "currencyIdType": "u32", @@ -5351,8 +4705,9 @@ "assetId": 35, "symbol": "WUD", "precision": 10, + "priceId": "gavun-wud", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WUD.svg", + "icon": "WUD.svg", "typeExtras": { "currencyIdScale": "0x95420f00", "currencyIdType": "u32", @@ -5366,7 +4721,7 @@ "precision": 18, "priceId": "mythos", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg", + "icon": "MYTH.svg", "typeExtras": { "currencyIdScale": "0x1e000000", "currencyIdType": "u32", @@ -5378,8 +4733,9 @@ "assetId": 37, "symbol": "WETH-Snowbridge", "precision": 18, + "priceId": "ethereum-wormhole", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-Snowbridge.svg", + "icon": "WETH-Snowbridge.svg", "typeExtras": { "currencyIdScale": "0x06430f00", "currencyIdType": "u32", @@ -5391,8 +4747,9 @@ "assetId": 38, "symbol": "WBTC-Snowbridge", "precision": 8, + "priceId": "wrapped-bitcoin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC-Snowbridge.svg", + "icon": "WBTC-Snowbridge.svg", "typeExtras": { "currencyIdScale": "0xfe420f00", "currencyIdType": "u32", @@ -5405,7 +4762,7 @@ "symbol": "WIFD", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WIFD.svg", + "icon": "WIFD.svg", "typeExtras": { "currencyIdScale": "0x92420f00", "currencyIdType": "u32", @@ -5418,7 +4775,7 @@ "symbol": "BORK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BORK.svg", + "icon": "BORK.svg", "typeExtras": { "currencyIdScale": "0xd4420f00", "currencyIdType": "u32", @@ -5431,7 +4788,7 @@ "symbol": "BUNS", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BUNS.svg", + "icon": "BUNS.svg", "typeExtras": { "currencyIdScale": "0xf1420f00", "currencyIdType": "u32", @@ -5444,7 +4801,7 @@ "symbol": "KOL", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KOL.svg", + "icon": "KOL.svg", "typeExtras": { "currencyIdScale": "0x07430f00", "currencyIdType": "u32", @@ -5456,17 +4813,408 @@ "assetId": 43, "symbol": "vASTR", "precision": 18, + "priceId": "bifrost-voucher-astr", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "icon": "vASTR.svg", "typeExtras": { "currencyIdScale": "0x21000000", "currencyIdType": "u32", "existentialDeposit": "133689839572193000", "transfersEnabled": true } + }, + { + "assetId": 44, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "type": "orml", + "icon": "AJUN.svg", + "typeExtras": { + "currencyIdScale": "0x20000000", + "currencyIdType": "u32", + "existentialDeposit": "100786131828", + "transfersEnabled": true + } + }, + { + "assetId": 45, + "symbol": "AAVE", + "precision": 18, + "priceId": "aave", + "type": "orml", + "icon": "AAVE.svg", + "typeExtras": { + "currencyIdScale": "0xb0440f00", + "currencyIdType": "u32", + "existentialDeposit": "59084194977843", + "transfersEnabled": true + } + }, + { + "assetId": 46, + "symbol": "BASTI", + "precision": 12, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x64430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 47, + "symbol": "DAMN", + "precision": 12, + "type": "orml", + "icon": "DAMN.svg", + "typeExtras": { + "currencyIdScale": "0x5e430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 48, + "symbol": "SOL-Wormhole", + "precision": 9, + "priceId": "solana", + "type": "orml", + "icon": "SOL-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x30450f00", + "currencyIdType": "u32", + "existentialDeposit": "46339", + "transfersEnabled": true + } + }, + { + "assetId": 49, + "symbol": "SUI-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SUI-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x31450f00", + "currencyIdType": "u32", + "existentialDeposit": "2652520", + "transfersEnabled": true + } + }, + { + "assetId": 50, + "symbol": "tBTC", + "precision": 18, + "priceId": "tbtc", + "type": "orml", + "icon": "tBTC.svg", + "typeExtras": { + "currencyIdScale": "0x3d450f00", + "currencyIdType": "u32", + "existentialDeposit": "106803374987", + "transfersEnabled": true + } + }, + { + "assetId": 51, + "symbol": "BILLCOIN", + "precision": 12, + "type": "orml", + "icon": "BILLCOIN.svg", + "typeExtras": { + "currencyIdScale": "0x3a450f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 52, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x43450f00", + "currencyIdType": "u32", + "existentialDeposit": "313283208", + "transfersEnabled": true + } + }, + { + "assetId": 53, + "symbol": "EWT", + "precision": 18, + "priceId": "energy-web-token", + "type": "orml", + "icon": "EWT.svg", + "typeExtras": { + "currencyIdScale": "0x6dda0300", + "currencyIdType": "u32", + "existentialDeposit": "3244646333550", + "transfersEnabled": true + } + }, + { + "assetId": 54, + "symbol": "LINK", + "precision": 18, + "priceId": "chainlink", + "type": "orml", + "icon": "LINK.svg", + "typeExtras": { + "currencyIdScale": "0x5a450f00", + "currencyIdType": "u32", + "existentialDeposit": "436681222707424", + "transfersEnabled": true + } + }, + { + "assetId": 55, + "symbol": "LDO", + "precision": 18, + "priceId": "lido-dao", + "type": "orml", + "icon": "LDO.svg", + "typeExtras": { + "currencyIdScale": "0x5c450f00", + "currencyIdType": "u32", + "existentialDeposit": "5102040816326530", + "transfersEnabled": true + } + }, + { + "assetId": 56, + "symbol": "SKY", + "precision": 18, + "type": "orml", + "icon": "SKY.svg", + "typeExtras": { + "currencyIdScale": "0x5b450f00", + "currencyIdType": "u32", + "existentialDeposit": "211685012701101000", + "transfersEnabled": true + } + }, + { + "assetId": 57, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x22000000", + "currencyIdType": "u32", + "existentialDeposit": "5373455131650", + "transfersEnabled": true + } + }, + { + "assetId": 58, + "symbol": "GDOT", + "precision": 18, + "priceId": "gigadot", + "type": "orml-hydration-evm", + "icon": "GIGADOT.svg", + "typeExtras": { + "currencyIdScale": "0x45000000", + "currencyIdType": "u32", + "existentialDeposit": "5290724013368937", + "transfersEnabled": true + } + }, + { + "assetId": 59, + "symbol": "2-Pool-GDOT", + "precision": 18, + "type": "orml", + "icon": "2-Pool-GDOT.svg", + "typeExtras": { + "currencyIdScale": "0xb2020000", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 60, + "symbol": "aDOT", + "precision": 10, + "type": "orml-hydration-evm", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0xe9030000", + "currencyIdType": "u32", + "existentialDeposit": "54125333", + "transfersEnabled": true + } + }, + { + "assetId": 61, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "orml", + "icon": "TRAC.svg", + "typeExtras": { + "currencyIdScale": "0x23000000", + "currencyIdType": "u32", + "existentialDeposit": "27777777777777800", + "transfersEnabled": true + } + }, + { + "assetId": 62, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "type": "orml", + "icon": "NEURO.svg", + "typeExtras": { + "currencyIdScale": "0x24000000", + "currencyIdType": "u32", + "existentialDeposit": "588235294118", + "transfersEnabled": true + } + }, + { + "assetId": 63, + "symbol": "GETH", + "precision": 18, + "priceId": "gigaeth", + "type": "orml-hydration-evm", + "icon": "GIGAETH.svg", + "typeExtras": { + "currencyIdScale": "0xa4010000", + "currencyIdType": "u32", + "existentialDeposit": "8202803876747", + "transfersEnabled": true + } + }, + { + "assetId": 64, + "symbol": "2-Pool-GETH", + "precision": 18, + "type": "orml", + "icon": "2-Pool-GETH.svg", + "typeExtras": { + "currencyIdScale": "0x68100000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 65, + "symbol": "HOLLAR", + "precision": 18, + "priceId": "tether", + "type": "orml-hydration-evm", + "icon": "HOLLAR.svg", + "typeExtras": { + "currencyIdScale": "0xde000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 66, + "symbol": "aUSDT", + "precision": 6, + "priceId": "tether", + "type": "orml-hydration-evm", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0xea030000", + "currencyIdType": "u32", + "existentialDeposit": "22409", + "transfersEnabled": true + } + }, + { + "assetId": 67, + "symbol": "aUSDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml-hydration-evm", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0xeb030000", + "currencyIdType": "u32", + "existentialDeposit": "22409", + "transfersEnabled": true + } + }, + { + "assetId": 68, + "symbol": "2-Pool-HUSDC", + "precision": 18, + "type": "orml", + "icon": "2-Pool-HUSDC.svg", + "typeExtras": { + "currencyIdScale": "0x6e000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 69, + "symbol": "2-Pool-HUSDT", + "precision": 18, + "type": "orml", + "icon": "2-Pool-HUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x6f000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 70, + "symbol": "PAXG", + "precision": 18, + "priceId": "pax-gold", + "type": "orml", + "icon": "PAXG.svg", + "typeExtras": { + "currencyIdScale": "0x27000000", + "currencyIdType": "u32", + "existentialDeposit": "2374169040836", + "transfersEnabled": true + } + }, + { + "assetId": 71, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "type": "orml", + "icon": "PEN.svg", + "typeExtras": { + "currencyIdScale": "0x91420f00", + "currencyIdType": "u32", + "existentialDeposit": "153256704981", + "transfersEnabled": true + } } ], "nodes": [ + { + "url": "wss://rpc-hydra.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + }, { "url": "wss://hydration.ibp.network", "name": "IBP1 node" @@ -5474,14 +5222,6 @@ { "url": "wss://hydration.dotters.network", "name": "IBP2 node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Galactic Council node" } ], "explorers": [ @@ -5495,7 +5235,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + "url": "https://subquery-history-hydra-prod.novasama-tech.org" } ], "governance": [ @@ -5506,16 +5246,21 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", - "addressPrefix": 63, + "addressPrefix": 0, "options": [ + "governance", "governance-v1", "hydradx-swaps", - "hydration-fees" + "hydration-fees", + "proxy", + "multisig" ], "additional": { "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } + "supportsGenericLedgerApp": true, + "defaultBlockTime": 6000 + }, + "legacyAddressPrefix": 63 }, { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", @@ -5527,7 +5272,7 @@ "symbol": "INTR", "precision": 10, "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "icon": "INTR.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0002", @@ -5547,7 +5292,7 @@ "symbol": "iBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "iBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0001", @@ -5561,7 +5306,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0000", @@ -5575,7 +5320,7 @@ "symbol": "KINT", "precision": 12, "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "icon": "KINT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000c", @@ -5589,7 +5334,7 @@ "symbol": "kBTC", "precision": 8, "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "icon": "kBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000b", @@ -5603,7 +5348,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x000a", @@ -5617,7 +5362,7 @@ "symbol": "LDOT", "precision": 10, "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "icon": "LDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0101000000", @@ -5631,7 +5376,7 @@ "symbol": "USDT", "precision": 6, "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0102000000", @@ -5645,7 +5390,7 @@ "symbol": "LP iBTC-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/iBTC-USDT.svg", + "icon": "iBTC-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300010102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -5658,7 +5403,7 @@ "symbol": "LP DOT-iBTC", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT-iBTC.svg", + "icon": "DOT-iBTC.svg", "typeExtras": { "currencyIdScale": "0x0300000001", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -5671,7 +5416,7 @@ "symbol": "LP INTR-USDT", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/INTR-USDT.svg", + "icon": "INTR-USDT.svg", "typeExtras": { "currencyIdScale": "0x0300020102000000", "currencyIdType": "interbtc_primitives.CurrencyId", @@ -5683,7 +5428,7 @@ "assetId": 11, "symbol": "qiBTC", "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "qiBTC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0201000000", @@ -5696,7 +5441,7 @@ "assetId": 12, "symbol": "qUSDT", "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "qUSDT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0203000000", @@ -5709,7 +5454,7 @@ "assetId": 13, "symbol": "qDOT", "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "qDOT.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0202000000", @@ -5724,10 +5469,6 @@ "url": "wss://api.interlay.io/parachain", "name": "Kintsugi Labs node" }, - { - "url": "wss://interlay-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc-interlay.luckyfriday.io/", "name": "LuckyFriday node" @@ -5735,16 +5476,17 @@ ], "explorers": [ { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}" + "name": "Statescan", + "account": "https://interlay.statescan.io/#/accounts/{address}", + "event": "https://interlay.statescan.io/#/events/{event}", + "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + "url": "https://subquery-history-interlay-prod.novasama-tech.org" } ] }, @@ -5761,17 +5503,13 @@ "symbol": "NODL", "precision": 11, "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + "icon": "NODL.svg" } ], "nodes": [ { "url": "wss://nodle-parachain.api.onfinality.io/public-ws", "name": "OnFinality node" - }, - { - "url": "wss://nodle-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -5779,22 +5517,21 @@ "name": "Subscan", "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", "account": "https://nodle.subscan.io/account/{address}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + "url": "https://subquery-history-nodle-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 + "addressPrefix": 37, + "additional": { + "supportsGenericLedgerApp": true + } }, { "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", @@ -5806,12 +5543,12 @@ "symbol": "PHA", "precision": 12, "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + "icon": "PHA.svg" } ], "nodes": [ { - "url": "wss://phala-rpc.dwellir.com", + "url": "wss://phala-rpc.n.dwellir.com", "name": "Dwellir node" }, { @@ -5821,10 +5558,6 @@ { "url": "wss://phala.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5838,7 +5571,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + "url": "https://subquery-history-phala-prod.novasama-tech.org" } ], "governance": [ @@ -5852,157 +5585,9 @@ "addressPrefix": 30, "options": [ "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": [ - "turing" - ], - "precision": 10, - "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/aSEED-Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, "additional": { - "themeColor": "#14B1D3", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/turing-tur-staking", - "defaultBlockTime": 12000 + "supportsGenericLedgerApp": true } }, { @@ -6018,11 +5603,8 @@ "nomination-pools" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "icon": "AZERO.svg", "buyProviders": { - "transak": { - "network": "ALEPHZERO" - }, "banxa": { "coinType": "AZERO", "blockchain": "AZERO" @@ -6047,13 +5629,19 @@ "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" + "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" } ], "staking": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1c" + "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" } ] }, @@ -6067,7 +5655,8 @@ }, "options": [ "fullSyncByDefault", - "pushSupport" + "pushSupport", + "multisig" ] }, { @@ -6082,7 +5671,7 @@ "relaychain" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "PDEX.svg" }, { "assetId": 1, @@ -6090,9 +5679,10 @@ "precision": 12, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { - "assetId": "95930534000017180603917534864279132680" + "assetId": "95930534000017180603917534864279132680", + "isSufficient": true } }, { @@ -6101,9 +5691,10 @@ "precision": 12, "priceId": "tether", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { - "assetId": "3496813586714279103986568049643838918" + "assetId": "3496813586714279103986568049643838918", + "isSufficient": true } }, { @@ -6112,9 +5703,10 @@ "precision": 12, "priceId": "astar", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "ASTR.svg", "typeExtras": { - "assetId": "222121451965151777636299756141619631150" + "assetId": "222121451965151777636299756141619631150", + "isSufficient": true } }, { @@ -6123,9 +5715,10 @@ "precision": 12, "priceId": "pha", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "icon": "PHA.svg", "typeExtras": { - "assetId": "193492391581201937291053139015355410612" + "assetId": "193492391581201937291053139015355410612", + "isSufficient": true } }, { @@ -6134,9 +5727,10 @@ "precision": 12, "priceId": "bitcoin", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "icon": "iBTC.svg", "typeExtras": { - "assetId": "226557799181424065994173367616174607641" + "assetId": "226557799181424065994173367616174607641", + "isSufficient": true } }, { @@ -6145,9 +5739,10 @@ "precision": 12, "priceId": "dot-is-ded", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DED.svg", + "icon": "DED.svg", "typeExtras": { - "assetId": "119367686984583275840673742485354142551" + "assetId": "119367686984583275840673742485354142551", + "isSufficient": true } }, { @@ -6155,9 +5750,10 @@ "symbol": "PINK", "precision": 12, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "icon": "PINK.svg", "typeExtras": { - "assetId": "339306133874233608313826294843504252047" + "assetId": "339306133874233608313826294843504252047", + "isSufficient": true } }, { @@ -6166,40 +5762,40 @@ "precision": 12, "priceId": "moonbeam", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "icon": "GLMR.svg", "typeExtras": { - "assetId": "182269558229932594457975666948556356791" + "assetId": "182269558229932594457975666948556356791", + "isSufficient": true } } ], "nodes": [ { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}" + "url": "wss://so.polkadex.ee", + "name": "PolkadexSup node" }, { - "name": "Sub.ID", - "account": "https://sub.id/{address}" + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" } ], "externalApi": { "staking": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" + "url": "https://subquery-history-polkadex-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadex-prod.novasama-tech.org" } ], "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x20" + "url": "https://subquery-history-polkadex-prod.novasama-tech.org" } ] }, @@ -6225,7 +5821,7 @@ "symbol": "NEURO", "precision": 12, "priceId": "neurowebai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEURO.svg" + "icon": "NEURO.svg" }, { "assetId": 1, @@ -6233,7 +5829,7 @@ "precision": 18, "priceId": "origintrail", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TRAC.svg", + "icon": "TRAC.svg", "typeExtras": { "assetId": "1" } @@ -6243,10 +5839,6 @@ { "url": "wss://parachain-rpc.origin-trail.network", "name": "TraceLabs node" - }, - { - "url": "wss://neuroweb-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -6256,14 +5848,6 @@ "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", "addressPrefix": 101, "additional": { @@ -6280,7 +5864,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "buyProviders": { "banxa": { "coinType": "BNC", @@ -6294,7 +5878,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "icon": "GLMR.svg", "typeExtras": { "currencyIdScale": "0x0801", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6308,7 +5892,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { "currencyIdScale": "0x0800", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6322,7 +5906,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x0802", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6336,7 +5920,7 @@ "precision": 18, "priceId": "astar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "ASTR.svg", "typeExtras": { "currencyIdScale": "0x0803", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6350,7 +5934,7 @@ "precision": 10, "priceId": "voucher-dot", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "icon": "vDOT.svg", "typeExtras": { "currencyIdScale": "0x0900", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6364,7 +5948,7 @@ "precision": 18, "priceId": "voucher-glmr", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vGLMR.svg", + "icon": "vGLMR.svg", "typeExtras": { "currencyIdScale": "0x0901", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6377,7 +5961,7 @@ "symbol": "vFIL", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vFIL.svg", + "icon": "vFIL.svg", "typeExtras": { "currencyIdScale": "0x0904", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6389,8 +5973,9 @@ "assetId": 8, "symbol": "vASTR", "precision": 18, + "priceId": "bifrost-voucher-astr", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vASTR.svg", + "icon": "vASTR.svg", "typeExtras": { "currencyIdScale": "0x0903", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6403,7 +5988,7 @@ "symbol": "vsDOT", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsDOT.svg", + "icon": "vsDOT.svg", "typeExtras": { "currencyIdScale": "0x0a00", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6417,7 +6002,7 @@ "precision": 18, "priceId": "manta-network", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "icon": "MANTA.svg", "typeExtras": { "currencyIdScale": "0x0808", "currencyIdType": "bifrost_primitives.currency.CurrencyId", @@ -6430,13 +6015,26 @@ "symbol": "vMANTA", "precision": 18, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vMANTA.svg", + "icon": "vMANTA.svg", "typeExtras": { "currencyIdScale": "0x0908", "currencyIdType": "bifrost_primitives.currency.CurrencyId", "existentialDeposit": "10000000000000", "transfersEnabled": true } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } } ], "nodes": [ @@ -6451,6 +6049,10 @@ { "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", "name": "Liebi node" + }, + { + "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", + "name": "LiebiEU node" } ], "explorers": [ @@ -6464,7 +6066,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + "url": "https://subquery-history-bifrost-polkadot-prod.novasama-tech.org" } ], "governance": [ @@ -6475,22 +6077,26 @@ ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6, + "addressPrefix": 0, + "legacyAddressPrefix": 6, "options": [ - "governance-v1" - ] + "governance" + ], + "additional": { + "supportsGenericLedgerApp": true + } }, { "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", + "name": "Heima", "assets": [ { "assetId": 0, - "symbol": "LIT", + "symbol": "HEI", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" + "icon": "HEI.svg", + "priceId": "heima" } ], "nodes": [ @@ -6499,27 +6105,27 @@ "name": "Litentry node" }, { - "url": "wss://litentry-rpc.dwellir.com", + "url": "wss://heima-rpc.n.dwellir.com", "name": "Dwellir node" } ], "explorers": [ { "name": "Statescan", - "account": "https://litentry.statescan.io/#/accounts/{address}", - "extrinsic": "https://litentry.statescan.io/#/extrinsics/{hash}", - "event": "https://litentry.statescan.io/#/events/{event}" + "account": "https://heima.statescan.io/#/accounts/{address}", + "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", + "event": "https://heima.statescan.io/#/events/{event}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + "url": "https://subquery-history-litentry-prod.novasama-tech.org" } ] }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", "addressPrefix": 31 }, { @@ -6532,7 +6138,7 @@ "symbol": "UNQ", "precision": 18, "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + "icon": "UNQ.svg" } ], "nodes": [ @@ -6568,24 +6174,30 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + "url": "https://subquery-history-unique-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 + "addressPrefix": 7391, + "options": [ + "fullSyncByDefault" + ], + "additional": { + "disabledCheckMetadataHash": true + } }, { "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", + "name": "Mangata X (PAUSED)", "assets": [ { "assetId": 0, "symbol": "MGX", "priceId": "mangata-x", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "icon": "MGX.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x00000000", @@ -6599,7 +6211,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x04000000", @@ -6613,7 +6225,7 @@ "symbol": "ETH", "precision": 18, "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "ETH.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x01000000", @@ -6627,7 +6239,7 @@ "symbol": "TUR", "precision": 10, "priceId": "turing-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "icon": "TUR.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x07000000", @@ -6641,7 +6253,7 @@ "symbol": "BNC", "precision": 12, "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0e000000", @@ -6655,7 +6267,7 @@ "symbol": "RMRK (old)", "precision": 10, "priceId": "rmrk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "icon": "RMRK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1f000000", @@ -6669,7 +6281,7 @@ "symbol": "ZLK", "precision": 18, "priceId": "zenlink-network-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "icon": "ZLK.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x1a000000", @@ -6682,7 +6294,7 @@ "assetId": 7, "symbol": "vsKSM", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "icon": "vsKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x10000000", @@ -6696,7 +6308,7 @@ "symbol": "vKSM", "precision": 12, "priceId": "voucher-ksm", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "icon": "vKSM.svg", "type": "orml", "typeExtras": { "currencyIdScale": "0x0f000000", @@ -6729,13 +6341,13 @@ { "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", + "name": "Kabocha (PAUSED)", "assets": [ { "assetId": 0, "symbol": "KAB", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + "icon": "KAB.svg" } ], "nodes": [ @@ -6744,133 +6356,9 @@ "name": "JelliedOwl node" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", "addressPrefix": 27 }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "buyProviders": { - "banxa": { - "coinType": "BAJU", - "blockchain": "BAJU" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.imbuenetwork.com", - "name": "Imbue node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinkernet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117, - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, { "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", @@ -6880,7 +6368,7 @@ "assetId": 0, "symbol": "AMPE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + "icon": "AMPE.svg" }, { "assetId": 1, @@ -6888,7 +6376,7 @@ "precision": 12, "type": "orml", "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "icon": "KSM.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6902,7 +6390,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6916,7 +6404,7 @@ "precision": 12, "priceId": "usdc", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "USDC.svg", "typeExtras": { "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6930,7 +6418,7 @@ "precision": 12, "priceId": "stellar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "icon": "XLM.svg", "typeExtras": { "currencyIdScale": "0x0200", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6943,7 +6431,7 @@ "symbol": "TZS.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "icon": "TZS.svg", "typeExtras": { "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6956,7 +6444,7 @@ "symbol": "BRL.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "icon": "BRL.svg", "typeExtras": { "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6970,7 +6458,7 @@ "precision": 12, "priceId": "novatti-australian-digital-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "icon": "AUDD.svg", "typeExtras": { "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6983,7 +6471,7 @@ "symbol": "EURC.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "icon": "EURM.svg", "typeExtras": { "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -6996,7 +6484,7 @@ "symbol": "NGNC.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "icon": "NGNC.svg", "typeExtras": { "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7015,15 +6503,17 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + "url": "https://subquery-history-amplitude-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, + "addressPrefix": 0, "additional": { - "feeViaRuntimeCall": true - } + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 57 }, { "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", @@ -7037,7 +6527,7 @@ "relaychain" ], "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg", + "icon": "CAPS.svg", "buyProviders": { "banxa": { "coinType": "CAPS", @@ -7063,13 +6553,19 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + "url": "https://subquery-history-ternoa-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-ternoa-prod.novasama-tech.org" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + "url": "https://subquery-history-ternoa-prod.novasama-tech.org" } ] }, @@ -7090,7 +6586,13 @@ "symbol": "POLYX", "precision": 6, "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + "icon": "POLYX.svg", + "buyProviders": { + "banxa": { + "coinType": "POLYX", + "blockchain": "Polymesh" + } + } } ], "nodes": [ @@ -7112,7 +6614,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + "url": "https://subquery-history-polymesh-prod.novasama-tech.org" } ] } @@ -7126,7 +6628,7 @@ "assetId": 0, "symbol": "MITO", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + "icon": "MITO.svg" } ], "nodes": [ @@ -7139,7 +6641,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + "url": "https://subquery-history-dao-ipci-prod.novasama-tech.org" } ] }, @@ -7148,14 +6650,14 @@ }, { "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", + "name": "Myriad (PAUSED)", "assets": [ { "assetId": 0, "symbol": "MYRIA", "precision": 18, "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + "icon": "MYRIA.svg" } ], "nodes": [ @@ -7170,14 +6672,6 @@ "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-myriad" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", "addressPrefix": 42 }, @@ -7190,14 +6684,10 @@ "symbol": "XX", "precision": 9, "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + "icon": "XX.svg" } ], "nodes": [ - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc.xx.network", "name": "xx Foundation 1 node" @@ -7205,10 +6695,6 @@ { "url": "wss://rpc-hetzner.xx.network", "name": "xx Foundation 2 node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation 3 node" } ], "explorers": [ @@ -7223,14 +6709,6 @@ "account": "https://xx.polkastats.io/account/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", "addressPrefix": 55, "additional": { @@ -7247,7 +6725,7 @@ "symbol": "PEN", "precision": 12, "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + "icon": "PEN.svg" }, { "assetId": 1, @@ -7255,7 +6733,7 @@ "precision": 10, "priceId": "polkadot", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { "currencyIdScale": "0x0100", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7269,7 +6747,7 @@ "precision": 6, "priceId": "tether", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "icon": "USDT.svg", "typeExtras": { "currencyIdScale": "0x0101", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7283,7 +6761,7 @@ "precision": 6, "priceId": "usd-coin", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "USDC.svg", "typeExtras": { "currencyIdScale": "0x0102", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7297,7 +6775,7 @@ "precision": 12, "priceId": "usdc", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", + "icon": "USDC.svg", "typeExtras": { "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7311,7 +6789,7 @@ "precision": 12, "priceId": "stellar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XLM.svg", + "icon": "XLM.svg", "typeExtras": { "currencyIdScale": "0x0200", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7324,7 +6802,7 @@ "symbol": "TZS.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TZS.svg", + "icon": "TZS.svg", "typeExtras": { "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7337,7 +6815,7 @@ "symbol": "BRL.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BRL.svg", + "icon": "BRL.svg", "typeExtras": { "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7351,7 +6829,7 @@ "precision": 12, "priceId": "novatti-australian-digital-dollar", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUDD.svg", + "icon": "AUDD.svg", "typeExtras": { "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7364,7 +6842,8 @@ "symbol": "EURC.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURM.svg", + "icon": "EURM.svg", + "priceId": "euro-coin", "typeExtras": { "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7377,7 +6856,7 @@ "symbol": "NGNC.s", "precision": 12, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NGN.svg", + "icon": "NGNC.svg", "typeExtras": { "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7391,7 +6870,7 @@ "precision": 18, "priceId": "moonbeam", "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GLMR.svg", + "icon": "GLMR.svg", "typeExtras": { "currencyIdScale": "0x0106", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7404,7 +6883,7 @@ "symbol": "PINK", "precision": 10, "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PINK.svg", + "icon": "PINK.svg", "typeExtras": { "currencyIdScale": "0x0107", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7418,7 +6897,7 @@ "precision": 12, "type": "orml", "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HDX.svg", + "icon": "HDX.svg", "typeExtras": { "currencyIdScale": "0x0108", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7432,7 +6911,7 @@ "precision": 18, "type": "orml", "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "icon": "ASTR.svg", "typeExtras": { "currencyIdScale": "0x0109", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7446,7 +6925,7 @@ "precision": 10, "type": "orml", "priceId": "voucher-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vDOT.svg", + "icon": "vDOT.svg", "typeExtras": { "currencyIdScale": "0x010a", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7460,7 +6939,7 @@ "precision": 12, "type": "orml", "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "icon": "BNC.svg", "typeExtras": { "currencyIdScale": "0x010b", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7474,7 +6953,7 @@ "precision": 6, "type": "orml", "priceId": "axlusdc", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDCaxl.svg", + "icon": "USDCaxl.svg", "typeExtras": { "currencyIdScale": "0x010c", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7488,7 +6967,7 @@ "precision": 12, "type": "orml", "priceId": "euro-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EURC.svg", + "icon": "EURC.svg", "typeExtras": { "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", "currencyIdType": "spacewalk_primitives.CurrencyId", @@ -7514,12 +6993,19 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + "url": "https://subquery-history-pendulum-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 + "addressPrefix": 0, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 56 }, { "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", @@ -7531,7 +7017,7 @@ "symbol": "CRU", "precision": 12, "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + "icon": "CRU.svg" } ], "nodes": [ @@ -7551,15 +7037,16 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crust" + "url": "https://subquery-history-crust-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88, + "addressPrefix": 0, "additional": { "feeViaRuntimeCall": true - } + }, + "legacyAddressPrefix": 88 }, { "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", @@ -7571,13 +7058,17 @@ "symbol": "AVT", "precision": 18, "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + "icon": "AVT.svg" } ], "nodes": [ { - "url": "wss://public-rpc.mainnet.aventus.network", - "name": "Aventus node" + "url": "wss://avn-parachain.mainnet.aventus.io", + "name": "Aventus node 1" + }, + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node 2" } ], "explorers": [ @@ -7591,7 +7082,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + "url": "https://subquery-history-aventus-prod.novasama-tech.org" } ] }, @@ -7601,13 +7092,13 @@ { "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", + "name": "Hashed Network (PAUSED)", "assets": [ { "assetId": 0, "symbol": "HASH", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + "icon": "HASH.svg" } ], "nodes": [ @@ -7616,14 +7107,6 @@ "name": "Hashed systems 1 node" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hashed-network" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", "addressPrefix": 42 }, @@ -7636,7 +7119,7 @@ "symbol": "SAMA", "priceId": "exosama-network", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "icon": "SAMA.svg", "precision": 18 } ], @@ -7680,10 +7163,18 @@ "symbol": "TAO", "precision": 9, "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + "icon": "TAO_bittensor.svg" } ], "nodes": [ + { + "url": "wss://lite.sub.latent.to:443", + "name": "Latent Holdings (Lite) node" + }, + { + "url": "wss://bittensor-finney.api.onfinality.io/public-ws", + "name": "OnFinality (Archive) node" + }, { "url": "wss://entrypoint-finney.opentensor.ai:443", "name": "Opentensor Fdn node" @@ -7699,7 +7190,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + "url": "https://subquery-history-bittensor-prod.novasama-tech.org" } ] }, @@ -7709,73 +7200,6 @@ "supportsGenericLedgerApp": true } }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6582132" - } - }, - { - "assetId": 2, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "6648164" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://equilibrium.subscan.io/extrinsic/{hash}", - "account": "https://equilibrium.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, { "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", @@ -7785,7 +7209,8 @@ "assetId": 0, "symbol": "AJUN", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + "priceId": "ajuna-network-2", + "icon": "AJUN.svg" } ], "nodes": [ @@ -7800,24 +7225,21 @@ { "url": "wss://ajuna.dotters.network", "name": "IBP2 node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" } ], "explorers": [ { - "name": "Subscan", - "extrinsic": "https://ajuna.subscan.io/extrinsic/{hash}", - "account": "https://ajuna.subscan.io/account/{address}" + "name": "Statescan", + "account": "https://ajuna.statescan.io/#/accounts/{address}", + "extrinsic": "https://ajuna.statescan.io/#/extrinsics/{hash}", + "event": "https://ajuna.statescan.io/#/events/{event}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---ajuna" + "url": "https://subquery-history-ajuna-prod.novasama-tech.org" } ] }, @@ -7833,13 +7255,17 @@ "symbol": "P3D", "precision": 12, "priceId": "3dpass", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + "icon": "P3D.svg" } ], "nodes": [ { - "url": "wss://rpc.3dpscan.io", + "url": "wss://rpc.3dpass.org", "name": "3DPass node" + }, + { + "url": "wss://rpc.p3d.top", + "name": "Lzmz node" } ], "explorers": [ @@ -7853,7 +7279,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + "url": "https://subquery-history-3dpass-prod.novasama-tech.org" } ] }, @@ -7870,16 +7296,17 @@ "symbol": "RING", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + "icon": "RING.svg" }, { "assetId": 1, "symbol": "KTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KTON.svg", + "icon": "KTON.svg", "typeExtras": { - "assetId": "1026" + "assetId": "1026", + "isSufficient": true } } ], @@ -7896,14 +7323,6 @@ "account": "https://darwinia.subscan.io/account/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---darwinia" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", "addressPrefix": 18, "options": [ @@ -7920,16 +7339,17 @@ "symbol": "CRAB", "precision": 18, "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + "icon": "CRAB.svg" }, { "assetId": 1, "symbol": "CKTON", "precision": 18, "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg", + "icon": "CKTON.svg", "typeExtras": { - "assetId": "1026" + "assetId": "1026", + "isSufficient": true } } ], @@ -7937,10 +7357,6 @@ { "url": "wss://crab-rpc.darwinia.network/", "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -7954,7 +7370,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + "url": "https://subquery-history-crab-prod.novasama-tech.org" } ] }, @@ -7973,7 +7389,7 @@ "assetId": 0, "symbol": "FRQCY", "precision": 8, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FRQCY.svg" + "icon": "FRQCY.svg" } ], "nodes": [ @@ -7990,7 +7406,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" + "url": "https://subquery-history-frequency-prod.novasama-tech.org" } ] }, @@ -8014,7 +7430,7 @@ "relaychain", "nomination-pools" ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARA.svg", + "icon": "VARA.svg", "buyProviders": { "banxa": { "coinType": "VARA", @@ -8053,13 +7469,20 @@ "type": "subquery", "url": "https://subquery-history-vara-prod.novasama-tech.org" } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", "addressPrefix": 137, "additional": { "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking" + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", + "supportsGenericLedgerApp": true }, "options": [ "pushSupport" @@ -8073,7 +7496,7 @@ "assetId": 0, "symbol": "GIANT", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Giant.svg" + "icon": "GIANT.svg" } ], "nodes": [ @@ -8090,7 +7513,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + "url": "https://subquery-history-giant-prod.novasama-tech.org" } ] }, @@ -8110,7 +7533,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "DOT.svg" } ], "nodes": [ @@ -8132,18 +7555,27 @@ "name": "Subscan", "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://bridgehub-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://bridgehub-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://bridgehub-polkadot.statescan.io/#/events/{event}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-bridgehub" + "url": "https://subquery-history-polkadot-bh-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0 + "addressPrefix": 0, + "additional": { + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + } }, { "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", @@ -8155,7 +7587,7 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "KSM.svg" } ], "nodes": [ @@ -8177,18 +7609,27 @@ "name": "Subscan", "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", "account": "https://bridgehub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://bridgehub-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://bridgehub-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://bridgehub-kusama.statescan.io/#/events/{event}" } ], "externalApi": { "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---kusama-bridgehub" + "url": "https://subquery-history-kusama-bh-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2 + "addressPrefix": 2, + "additional": { + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" + } }, { "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", @@ -8200,7 +7641,7 @@ "symbol": "DOT", "precision": 10, "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + "icon": "DOT.svg" } ], "nodes": [ @@ -8219,10 +7660,6 @@ { "url": "wss://dot-rpc.stakeworld.io/collectives", "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" } ], "explorers": [ @@ -8242,7 +7679,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + "url": "https://subquery-history-polkadot-col-prod.novasama-tech.org" } ] }, @@ -8259,13 +7696,13 @@ "symbol": "KREST", "precision": 18, "priceId": "krest", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KREST.svg" + "icon": "KREST.svg" } ], "nodes": [ { - "url": "wss://krest.api.onfinality.io/public-ws", - "name": "Onfinality node" + "url": "wss://krest.api.onfinality.io/public-ws'", + "name": "OnFinality node" } ], "explorers": [ @@ -8275,14 +7712,6 @@ "account": "https://krest.subscan.io/account/{address}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---krest" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", "addressPrefix": 42 }, @@ -8295,17 +7724,13 @@ "symbol": "ENJ", "precision": 18, "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + "icon": "ENJ.svg" } ], "nodes": [ { "url": "wss://rpc.matrix.blockchain.enjin.io", "name": "Enjin node" - }, - { - "url": "wss://enjin-matrix-rpc-1.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -8319,7 +7744,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + "url": "https://subquery-history-enjin-matrixc-prod.novasama-tech.org" } ] }, @@ -8338,7 +7763,7 @@ "symbol": "JOY", "priceId": "joystream", "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JOY.svg" + "icon": "JOY.svg" } ], "nodes": [ @@ -8358,7 +7783,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + "url": "https://subquery-history-joystream-prod.novasama-tech.org" } ] }, @@ -8367,14 +7792,14 @@ }, { "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock", + "name": "Dock (PAUSED)", "assets": [ { "assetId": 0, "symbol": "DOCK", "priceId": "dock", "precision": 6, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOCK.svg" + "icon": "DOCK.svg" } ], "nodes": [ @@ -8402,7 +7827,7 @@ "symbol": "EWT", "priceId": "energy-web-token", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg", + "icon": "EWT.svg", "precision": 18 } ], @@ -8460,7 +7885,7 @@ "symbol": "EWT", "priceId": "energy-web-token", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EWT.svg" + "icon": "EWT.svg" } ], "nodes": [ @@ -8480,7 +7905,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---energy-web-x" + "url": "https://subquery-history-energywebx-prod.novasama-tech.org" } ] }, @@ -8490,19 +7915,23 @@ { "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch", + "name": "InvArch (PAUSED)", "assets": [ { "assetId": 0, "symbol": "VARCH", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/VARCH.svg" + "icon": "VARCH.svg" } ], "nodes": [ { - "url": "wss://invarch-rpc.dwellir.com", - "name": "Dwellir node" + "url": "wss://invarch.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://invarch.dotters.network", + "name": "IBP2 node" } ], "explorers": [ @@ -8513,111 +7942,10 @@ "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---invarch" - } - ] - }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117 - }, - { - "chainId": "7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polimec", - "assets": [ - { - "assetId": 0, - "symbol": "PLMC", - "priceId": "polimec", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PLMC.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "statemine", - "typeExtras": { - "assetId": "10", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1984", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDC.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1337", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polimec.org", - "name": "Polimec node" - }, - { - "url": "wss://polimec.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://polimec.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Polimec explorer", - "account": "https://explorer.polimec.org/polimec/account/{address}", - "event": "https://explorer.polimec.org/polimec/event/{event}", - "extrinsic": "https://explorer.polimec.org/polimec/extrinsic/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---polymec" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polimec.svg", - "addressPrefix": 41, + "addressPrefix": 117, "additional": { - "themeColor": "#96CC5A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polimec-plmc-staking", - "defaultBlockTime": 12000 + "supportsGenericLedgerApp": true } }, { @@ -8630,7 +7958,7 @@ "symbol": "MANTA", "precision": 18, "priceId": "manta-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MANTA.svg", + "icon": "MANTA.svg", "staking": [ "parachain" ] @@ -8641,9 +7969,10 @@ "precision": 10, "priceId": "polkadot", "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "icon": "DOT.svg", "typeExtras": { - "assetId": "8" + "assetId": "8", + "isSufficient": true } } ], @@ -8657,13 +7986,19 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + "url": "https://subquery-history-manta-prod.novasama-tech.org" } ], "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---manta" + "url": "https://subquery-history-manta-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-manta-prod.novasama-tech.org" } ] }, @@ -8692,7 +8027,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "ETH.svg", "precision": 18 } ], @@ -8741,43 +8076,6 @@ "noSubstrateRuntime" ] }, - { - "chainId": "ae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Continuum", - "assets": [ - { - "assetId": 0, - "symbol": "NUUM", - "priceId": "mnet-continuum", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NUUM.svg" - } - ], - "nodes": [ - { - "url": "wss://continuum-rpc-1.metaverse.network/wss", - "name": "MNet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://continuum.subscan.io/extrinsic/{hash}", - "account": "https://continuum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-continuum" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Continuum.svg", - "addressPrefix": 268 - }, { "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", "name": "Enjin Relay", @@ -8787,17 +8085,13 @@ "symbol": "ENJ", "precision": 18, "priceId": "enjincoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ENJ.svg" + "icon": "ENJ.svg" } ], "nodes": [ { "url": "wss://rpc.relay.blockchain.enjin.io", "name": "Enjin node" - }, - { - "url": "wss://enjin-relay-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -8813,7 +8107,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-enjin-relay" + "url": "https://subquery-history-enjin-relaychain-prod.novasama-tech.org" } ] }, @@ -8831,7 +8125,7 @@ "symbol": "CGT", "precision": 18, "priceId": "curio-governance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CGT.svg" + "icon": "CGT.svg" } ], "nodes": [ @@ -8848,7 +8142,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + "url": "https://subquery-history-curio-prod.novasama-tech.org" } ] }, @@ -8865,7 +8159,10 @@ "symbol": "MYTH", "precision": 18, "priceId": "mythos", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYTH.svg" + "icon": "MYTH.svg", + "staking": [ + "mythos" + ] } ], "nodes": [ @@ -8888,15 +8185,38 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-mythos" + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", "addressPrefix": 29972, "options": [ - "ethereumBased" - ] + "ethereumBased", + "governance-v1", + "proxy", + "multisig" + ], + "additional": { + "themeColor": "#ED3A47", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", + "feeViaRuntimeCall": true, + "sessionLength": 14400, + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true + } }, { "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", @@ -8907,12 +8227,12 @@ "assetId": 0, "symbol": "cACU", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cACU.svg" + "icon": "cACU.svg" } ], "nodes": [ { - "url": "wss://acurast-canarynet-ws.prod.gke.papers.tech", + "url": "wss://public-rpc.canary.acurast.com", "name": "Acurast node" } ], @@ -8925,7 +8245,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + "url": "https://subquery-history-acurast-prod.novasama-tech.org" } ] } @@ -8940,14 +8260,10 @@ "symbol": "KSM", "precision": 12, "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + "icon": "KSM.svg" } ], "nodes": [ - { - "url": "wss://kreivo.io/", - "name": "Virto node" - }, { "url": "wss://kreivo.kippu.rocks/", "name": "Kippu node" @@ -8957,7 +8273,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + "url": "https://subquery-history-kreivo-prod.novasama-tech.org" } ] }, @@ -8975,9 +8291,10 @@ "assets": [ { "assetId": 0, - "symbol": "NAND", + "symbol": "BRIDGE", "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NAND.svg" + "priceId": "hyperbridge-2", + "icon": "BRIDGE.svg" } ], "nodes": [ @@ -8994,16 +8311,20 @@ "name": "BlockOps node" } ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hyperbridge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge.svg", - "addressPrefix": 42 + "explorers": [ + { + "name": "Statescan", + "account": "https://nexus.statescan.io/#/accounts/{address}", + "event": "https://nexus.statescan.io/#/events/{event}", + "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } }, { "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", @@ -9014,7 +8335,7 @@ "symbol": "CERE", "precision": 10, "priceId": "cere-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CERE.svg" + "icon": "CERE.svg" } ], "nodes": [ @@ -9023,8 +8344,19 @@ "name": "Cere node" } ], + "explorers": [ + { + "name": "Statescan", + "account": "https://cere.statescan.io/#/accounts/{address}", + "event": "https://cere.statescan.io/#/events/{event}", + "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" + } + ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", - "addressPrefix": 54 + "addressPrefix": 54, + "additional": { + "disabledCheckMetadataHash": true + } }, { "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", @@ -9035,7 +8367,7 @@ "symbol": "AVAIL", "precision": 18, "priceId": "avail", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg", + "icon": "AVAIL.svg", "staking": [ "relaychain", "nomination-pools" @@ -9044,28 +8376,12 @@ ], "nodes": [ { - "url": "wss://avail-mainnet.public.blastapi.io/", - "name": "Bware node" + "url": "wss://avail.api.onfinality.io/public-ws", + "name": "Avail primary node" }, { - "url": "wss://avail-rpc.rubynodes.io/", - "name": "RubyNode node" - }, - { - "url": "wss://avail-us.brightlystake.com", - "name": "BrightlyStake node" - }, - { - "url": "wss://rpc-avail.globalstake.io", - "name": "GlobalStake node" - }, - { - "url": "wss://avail.rpc.bountyblok.io", - "name": "Bountyblok node" - }, - { - "url": "wss://avail.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" + "url": "wss://mainnet.avail-rpc.com/", + "name": "Avail secondary node" } ], "explorers": [ @@ -9083,25 +8399,31 @@ "staking": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + "url": "https://subquery-history-avail-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-avail-prod.novasama-tech.org" } ], "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-avail" + "url": "https://subquery-history-avail-prod.novasama-tech.org" } ] }, "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", "addressPrefix": 42, "options": [ - "pushSupport" + "pushSupport", + "multisig" ], "additional": { "themeColor": "#58C8F6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking", - "supportsGenericLedgerApp": false + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" } }, { @@ -9112,7 +8434,7 @@ "assetId": 0, "symbol": "DENTX", "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DENTX.svg" + "icon": "DENTX.svg" } ], "nodes": [ @@ -9130,6 +8452,63 @@ "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", "addressPrefix": 9807 }, + { + "chainId": "eip155:8453", + "name": "Base", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://base-rpc.publicnode.com", + "name": "Base http node" + }, + { + "url": "https://base-pokt.nodies.app", + "name": "Pokt node" + }, + { + "url": "wss://base-rpc.publicnode.com", + "name": "Base public node" + }, + { + "url": "wss://base-mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Ifura node" + } + ], + "explorers": [ + { + "name": "Basescan", + "extrinsic": "https://basescan.org/tx/{hash}", + "account": "https://basescan.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.basescan.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Base.svg", + "addressPrefix": 8453, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, { "chainId": "eip155:324", "name": "ZKsync Era", @@ -9139,7 +8518,7 @@ "symbol": "ETH", "priceId": "ethereum", "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "icon": "ETH.svg", "precision": 18 } ], @@ -9201,7 +8580,7 @@ "symbol": "CTC", "precision": 18, "priceId": "creditcoin-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" + "icon": "CTC.svg" } ], "nodes": [ @@ -9229,7 +8608,7 @@ "symbol": "CTC", "precision": 18, "priceId": "creditcoin-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CTC.svg" + "icon": "CTC.svg" } ], "nodes": [ @@ -9257,7 +8636,7 @@ "symbol": "HMND", "precision": 18, "priceId": "humanode", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HMND.svg" + "icon": "HMND.svg" } ], "nodes": [ @@ -9277,7 +8656,7 @@ "addressPrefix": 5234 }, { - "chainId": "d523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff", + "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", "name": "DeepBrain", "assets": [ { @@ -9285,7 +8664,7 @@ "symbol": "DBC", "precision": 15, "priceId": "deepbrain-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DBC.svg" + "icon": "DBC.svg" } ], "nodes": [ @@ -9314,21 +8693,13 @@ "symbol": "PEAQ", "precision": 18, "priceId": "peaq-2", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/PEAQ.svg" + "icon": "PEAQ.svg" } ], "nodes": [ - { - "url": "wss://peaq.api.onfinality.io/public", - "name": "Onfinality node" - }, { "url": "wss://peaq-rpc.publicnode.com", "name": "Peaq node" - }, - { - "url": "wss://peaq-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -9340,5 +8711,478 @@ ], "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", "addressPrefix": 42 + }, + { + "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Laos", + "assets": [ + { + "assetId": 0, + "symbol": "LAOS", + "precision": 18, + "priceId": "laos-network", + "icon": "LAOS.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.laos.laosfoundation.io", + "name": "freeverse.io node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://laos.statescan.io/#/accounts/{address}", + "event": "https://laos.statescan.io/#/events/{event}" + }, + { + "name": "LAOS explorer", + "account": "https://explorer.laosnetwork.io/address/{address}", + "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Xode (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "XON", + "precision": 12, + "icon": "XON.svg" + }, + { + "assetId": 1, + "symbol": "XGM", + "precision": 12, + "icon": "XGM.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 2, + "symbol": "XAV", + "precision": 12, + "icon": "XAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 3, + "symbol": "AZK", + "precision": 12, + "icon": "AZK.png", + "type": "statemine", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 4, + "symbol": "IXON", + "precision": 12, + "icon": "IXON.svg", + "type": "statemine", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 5, + "symbol": "IXAV", + "precision": 12, + "icon": "IXAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 6, + "symbol": "IDON", + "precision": 12, + "icon": "IDON.png", + "type": "statemine", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 7, + "symbol": "MPC", + "precision": 12, + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 8, + "symbol": "IMPC", + "precision": 12, + "icon": "IMPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 9, + "symbol": "DON", + "precision": 12, + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "9" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kr.xode.net", + "name": "Xode archive node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode.svg", + "addressPrefix": 42 + }, + { + "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "JAMTON", + "assets": [ + { + "assetId": 0, + "symbol": "DOTON", + "precision": 18, + "icon": "DOTON.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.jamton.network", + "name": "Jamton node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", + "addressPrefix": 5589, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", + "overridesCommon": true + } + }, + { + "chainId": "eip155:41455", + "name": "Aleph Zero EVM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "type": "evmNative", + "icon": "AZERO.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM rpc node" + }, + { + "url": "wss://ws.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://evm-explorer.alephzero.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Aleph Zero EVM Explorer", + "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", + "account": "https://evm-explorer.alephzero.org/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 41455, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", + "name": "Tangle", + "assets": [ + { + "assetId": 0, + "symbol": "TNT", + "precision": 18, + "priceId": "tangle-network", + "icon": "TNT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.tangle.tools", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://tangle.statescan.io/#/accounts/{address}", + "event": "https://tangle.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", + "addressPrefix": 5845, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/coretime-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot-coretime-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://coretime-polkadot.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://coretime-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://coretime-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://coretime-polkadot.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + }, + "options": [ + "multisig" + ] + }, + { + "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/coretime-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama-coretime-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/coretime", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", + "account": "https://coretime-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://coretime-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://coretime-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://coretime-kusama.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", + "addressPrefix": 2, + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" + }, + "options": [ + "multisig" + ] + }, + { + "chainId": "dffb39a66d80b9adb6bdbd7564a9215a1606596062578bf536480de6cc780c2d", + "name": "Argochain (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "AGC", + "precision": 18, + "priceId": "argocoin-2", + "icon": "AGC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.devolvedai.com", + "name": "ArgoChain node" + } + ], + "explorers": [ + { + "name": "Argochain Scanner", + "account": "https://scanner.argoscan.net/address/{address}", + "extrinsic": "https://scanner.argoscan.net/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Argochain.svg", + "addressPrefix": 42 + }, + { + "chainId": "dd6d086f75ec041b66e20c4186d327b23c8af244c534a2418de6574e8c041a60", + "name": "Tanssi", + "assets": [ + { + "assetId": 0, + "symbol": "TANSSI", + "precision": 12, + "priceId": "tanssi", + "icon": "TANSSI.svg" + } + ], + "nodes": [ + { + "url": "wss://services.tanssi-mainnet.network/tanssi", + "name": "Tanssi Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://tanssi.subscan.io/extrinsic/{hash}", + "account": "https://tanssi.subscan.io/account/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanssi.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "eip155:420420422", + "name": "Polkadot Hub TestNet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "type": "evmNative", + "icon": "PAS.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://testnet-passet-hub-eth-rpc.polkadot.io", + "name": "Polkadot Hub rpc node" + }, + { + "url": "wss://passet-hub-paseo.ibp.network", + "name": "Polkadot Hub wss node" + } + ], + "explorers": [ + { + "name": "Blockscan", + "extrinsic": "https://blockscout-passet-hub.parity-testnet.parity.io/tx/{hash}", + "account": "https://blockscout-passet-hub.parity-testnet.parity.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://blockscout-passet-hub.parity-testnet.parity.io/api/v2/", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 420420422, + "options": [ + "ethereumBased", + "noSubstrateRuntime", + "testnet" + ] } ] diff --git a/chains/v22/chains.json b/chains/v22/chains.json index 8b29616..914c446 100644 --- a/chains/v22/chains.json +++ b/chains/v22/chains.json @@ -9185,4 +9185,4 @@ "testnet" ] } -] \ No newline at end of file +] diff --git a/chains/v22/chains_dev.json b/chains/v22/chains_dev.json index af161da..4fa60eb 100644 --- a/chains/v22/chains_dev.json +++ b/chains/v22/chains_dev.json @@ -1,11315 +1,11544 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Relay", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "name": "Polkadot", - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-polkadot-1.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc-polkadot-2.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://dot-rpc.stakeworld.io", - "name": "Stakeworld node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - }, - { - "url": "wss://rpc-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://polkadot.statescan.io/#/accounts/{address}", - "extrinsic": "https://polkadot.statescan.io/#/extrinsics/{hash}", - "event": "https://polkadot.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-polkadot-stg.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "proxy", - "fullSyncByDefault", - "pushSupport", - "multisig" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Relay", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "name": "Kusama", - "icon": "KSM.svg", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "KSM", - "blockchain": "KSM" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kusama-1.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc-kusama-2.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP1 node" - }, - { - "url": "wss://kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://apps-kusama-rpc.polkadot.io", - "name": "Public node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://rpc-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://kusama.statescan.io/#/accounts/{address}", - "extrinsic": "https://kusama.statescan.io/#/extrinsics/{hash}", - "event": "https://kusama.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-kusama-stg.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "options": [ - "governance", - "proxy", - "fullSyncByDefault", - "pushSupport", - "multisig" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "sellProviders": { - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://westend.statescan.io/#/accounts/{address}", - "extrinsic": "https://westend.statescan.io/#/extrinsics/{hash}", - "event": "https://westend.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ] - }, - "options": [ - "testnet", - "governance", - "proxy", - "multisig" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true, - "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Asset Hub (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "name": "Westend", - "icon": "WND.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://asset-hub-westend-rpc.dwellir.com", - "name": "Dwellir" - }, - { - "url": "wss://westmint-rpc-tn.dwellir.com", - "name": "Dwellir Tunisia" - }, - { - "url": "wss://sys.ibp.network/asset-hub-westend", - "name": "IBP1" - }, - { - "url": "wss://asset-hub-westend.dotters.network", - "name": "IBP2" - }, - { - "url": "wss://westend-asset-hub-rpc.polkadot.io", - "name": "Parity" - }, - { - "url": "wss://asset-hub-westend.rpc.permanence.io", - "name": "Permanence DAO EU" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-westend.subscan.io/extrinsic/{hash}", - "account": "https://assethub-westend.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://assethub-westend.statescan.io/#/accounts/{address}", - "extrinsic": "https://assethub-westend.statescan.io/#/extrinsics/{hash}", - "event": "https://assethub-westend.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-ah-stg.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-ah-stg.novasama-tech.org" - }, - { - "type": "subquery", - "url": "https://subquery-history-westend-prod.novasama-tech.org/" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-westend-ah-stg.novasama-tech.org" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-westend-ah-stg.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "swap-hub", - "proxy", - "governance" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true, - "timelineChain": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "sessionsPerEra": 7, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "name": "Kusama", - "icon": "KSM.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "priceId": "kusama", - "buyProviders": { - "mercuryo": {}, - "transak": { - "network": "KUSMAASSETHUB" - } - }, - "sellProviders": { - "mercuryo": {}, - "transak": { - "network": "KUSMAASSETHUB" - } - } - }, - { - "assetId": 1, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "RMRK.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "0x02010902", - "palletName": "ForeignAssets" - } - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/statemine", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-kusama.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://assethub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://assethub-kusama.statescan.io/#/accounts/{address}", - "extrinsic": "https://assethub-kusama.statescan.io/#/extrinsics/{hash}", - "event": "https://assethub-kusama.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-prod.novasama-tech.org" - }, - { - "type": "subquery", - "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-kusama-ah-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", - "addressPrefix": 2, - "options": [ - "swap-hub", - "assethub-fees", - "proxy", - "multisig", - "governance", - "pushSupport", - "fullSyncByDefault" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", - "stakingMaxElectingVoters": 12500, - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "timelineChain": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe" - } - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "KAR.svg", - "priceId": "karura", - "buyProviders": { - "banxa": { - "coinType": "KAR", - "blockchain": "KAR" - } - } - }, - { - "assetId": 1, - "symbol": "aSEEDk", - "precision": 12, - "icon": "aSEEDk.svg", - "priceId": "ausd-seed-karura", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "BNC.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "QTZ.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "CSM.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "KMA.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "TEER.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "NEER.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "BSX.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "AIR.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "GENS.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "CRAB.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://karura-rpc.n.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "subsquare", - "url": "https://karura.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "MOVR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "MOVR", - "blockchain": "MOVR" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK (old)", - "precision": 10, - "priceId": "rmrk", - "type": "evm", - "icon": "RMRK.svg", - "typeExtras": { - "contractAddress": "0xffffffFF893264794d9d57E1E0E21E0042aF5A0A" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "evm", - "icon": "KSM.svg", - "typeExtras": { - "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "evm", - "icon": "KINT.svg", - "typeExtras": { - "contractAddress": "0xfffFFFFF83F4f317d3cbF6EC6250AeC3697b3fF2" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "evm", - "icon": "KAR.svg", - "typeExtras": { - "contractAddress": "0xFfFFFFfF08220AD2E6e157f26eD8bD22A336A0A5" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "evm", - "icon": "BNC.svg", - "typeExtras": { - "contractAddress": "0xFFfFFfFFF075423be54811EcB478e911F22dDe7D" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "evm", - "icon": "kBTC.svg", - "typeExtras": { - "contractAddress": "0xFFFfFfFfF6E528AD57184579beeE00c5d5e646F0" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "evm", - "icon": "USDT.svg", - "typeExtras": { - "contractAddress": "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d" - } - }, - { - "assetId": 8, - "symbol": "xcaSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "statemine", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "evm", - "icon": "CSM.svg", - "typeExtras": { - "contractAddress": "0xffFfFFFf519811215E05eFA24830Eebe9c43aCD7" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "evm", - "icon": "PHA.svg", - "typeExtras": { - "contractAddress": "0xffFfFFff8E6b63d9e447B6d4C45BDA8AF9dc9603" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "evm", - "icon": "HKO.svg", - "typeExtras": { - "contractAddress": "0xffffffFF394054BCDa1902B6A6436840435655a3" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "evm", - "icon": "KMA.svg", - "typeExtras": { - "contractAddress": "0xFFffFffFA083189f870640b141ae1E882c2b5bad" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "evm", - "icon": "CRAB.svg", - "typeExtras": { - "contractAddress": "0xFFFffFfF8283448b3cB519Ca4732F2ddDC6A6165" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "evm", - "icon": "TEER.svg", - "typeExtras": { - "contractAddress": "0xFfFfffFf4F0CD46769550E5938F6beE2F5d4ef1e" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "evm", - "icon": "LIT.svg", - "typeExtras": { - "contractAddress": "0xfffFFfFF31103d490325BB0a8E40eF62e2F614C0" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "evm", - "icon": "SDN.svg", - "typeExtras": { - "contractAddress": "0xFFFfffFF0Ca324C842330521525E7De111F38972" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "evm", - "icon": "XRT.svg", - "typeExtras": { - "contractAddress": "0xFffFFffF51470Dca3dbe535bD2880a9CcDBc6Bd9" - } - }, - { - "assetId": 18, - "symbol": "xcvKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "evm", - "icon": "vKSM.svg", - "typeExtras": { - "contractAddress": "0xFFffffFFC6DEec7Fc8B11A2C8ddE9a59F8c62EFe" - } - }, - { - "assetId": 19, - "symbol": "xcvBNC", - "precision": 12, - "type": "evm", - "icon": "vBNC.svg", - "typeExtras": { - "contractAddress": "0xFFffffff3646A00f78caDf8883c5A2791BfCDdc4" - } - }, - { - "assetId": 20, - "symbol": "xcvMOVR", - "precision": 18, - "type": "evm", - "icon": "vMOVR.svg", - "typeExtras": { - "contractAddress": "0xfFfffFfF98e37bF6a393504b5aDC5B53B4D0ba11" - } - }, - { - "assetId": 21, - "symbol": "xcMGX", - "precision": 18, - "type": "evm", - "priceId": "mangata-x", - "icon": "MGX.svg", - "typeExtras": { - "contractAddress": "0xffFfFffF58d867EEa1Ce5126A4769542116324e9" - } - }, - { - "assetId": 22, - "symbol": "xcTUR", - "precision": 10, - "type": "evm", - "priceId": "turing-network", - "icon": "TUR.svg", - "typeExtras": { - "contractAddress": "0xfFffffFf6448d0746f2a66342B67ef9CAf89478E" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver-rpc.publicnode.com", - "name": "Allnodes node" - }, - { - "url": "wss://moonriver.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-moonriver-prod.novasama-tech.org" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-moonriver-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-moonriver-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://moonriver.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-moonriver-stg.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "proxy", - "multisig" - ], - "additional": { - "themeColor": "#20A0B6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", - "defaultBlockTime": 6000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": [ - "parachain" - ], - "assetId": 0, - "symbol": "DEV", - "icon": "Default.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "Default.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://moonbase-alpha.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://moonbase-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.api.moonbase.moonbeam.network", - "name": "Moonbase node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "SDN.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "MOVR.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "KINT.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "aSEEDk", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-karura", - "icon": "aSEEDk.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "CSM.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "KAR.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "statemine", - "icon": "vKSM.svg", - "typeExtras": { - "assetId": "18446744073709551628", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "18446744073709551627", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden-rpc.n.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://shiden.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "externalApi": { - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - }, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "BNC.svg", - "priceId": "bifrost-native-coin", - "staking": [ - "parachain" - ], - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNC" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK (old)", - "precision": 10, - "type": "orml", - "icon": "RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "KAR.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "MOVR.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "type": "orml", - "icon": "vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "vMOVR", - "precision": 18, - "type": "orml", - "icon": "vMOVR.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://us.bifrost-rpc.liebi.com/ws", - "name": "LiebiUS node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost-kusama.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 6, - "options": [ - "governance" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "KINT", - "blockchain": "KINT" - } - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "KSM-kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "kBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "qkBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "qKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "qUSDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-kintsugi-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "EDG.svg", - "staking": [ - "aura-relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc3.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Edgescan", - "extrinsic": "https://edgscan.ink/#/extrinsics/{hash}", - "event": "https://edgscan.ink/#/events/{event}", - "account": "https://edgscan.ink/#/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "BSX.svg", - "buyProviders": { - "banxa": { - "coinType": "BSX", - "blockchain": "BSX" - } - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDk", - "precision": 12, - "priceId": "ausd-seed-karura", - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "TNKR.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "XRT.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://basilisk-rpc.n.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "additional": { - "feeViaRuntimeCall": false - } - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "AIR.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "subsquare", - "url": "https://altair.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance" - ], - "additional": { - "feeViaRuntimeCall": true, - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "KILT.svg", - "precision": 15, - "buyProviders": { - "banxa": { - "coinType": "KILT", - "blockchain": "KILT" - } - } - } - ], - "nodes": [ - { - "url": "wss://kilt.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://kilt.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "PILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "QTZ.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "ACA.svg", - "buyProviders": { - "banxa": { - "coinType": "ACA", - "blockchain": "ACA" - } - } - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aSEEDp", - "precision": 12, - "priceId": "ausd-seed-acala", - "type": "orml", - "icon": "aSEEDp.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium-token", - "type": "orml", - "icon": "EQ.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "NEMO", - "precision": 18, - "type": "orml", - "icon": "Default.svg", - "typeExtras": { - "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala-rpc.n.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "subsquare", - "url": "https://acala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - }, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "ACA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "GLMR.svg", - "staking": [ - "parachain" - ], - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "banxa": { - "coinType": "GLMR", - "blockchain": "GLMR" - } - }, - "sellProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "evm", - "priceId": "polkadot", - "icon": "DOT.svg", - "typeExtras": { - "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" - } - }, - { - "assetId": 2, - "symbol": "xcaSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "evm", - "priceId": "acala", - "icon": "ACA.svg", - "typeExtras": { - "contractAddress": "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "type": "evm", - "icon": "PARA.svg", - "typeExtras": { - "contractAddress": "0xFfFffFFF18898CB5Fe1E88E668152B4f4052A947" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "evm", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "contractAddress": "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "evm", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "contractAddress": "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "evm", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "contractAddress": "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "evm", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "contractAddress": "0xFFFfFfFf63d24eCc8eB8a7b5D0803e900F7b6cED" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "evm", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "contractAddress": "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d" - } - }, - { - "assetId": 11, - "symbol": "xcCFG", - "precision": 18, - "type": "evm", - "priceId": "centrifuge", - "icon": "CFG.svg", - "typeExtras": { - "contractAddress": "0xFFfFfFff44bD9D2FFEE20B25D1Cf9E78Edb6Eae3" - } - }, - { - "assetId": 12, - "symbol": "xcBNC", - "precision": 12, - "type": "evm", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "contractAddress": "0xFFffffFf7cC06abdF7201b350A1265c62C8601d2" - } - }, - { - "assetId": 13, - "symbol": "xcEQ", - "precision": 9, - "type": "evm", - "priceId": "equilibrium-token", - "icon": "EQ.svg", - "typeExtras": { - "contractAddress": "0xFffFFfFf8f6267e040D8a0638C576dfBa4F0F6D6" - } - }, - { - "assetId": 14, - "symbol": "xcEQD", - "precision": 9, - "type": "evm", - "priceId": "tether", - "icon": "EQD.svg", - "typeExtras": { - "contractAddress": "0xFFffFfFF8cdA1707bAF23834d211B08726B1E499" - } - }, - { - "assetId": 15, - "symbol": "xcHDX", - "precision": 12, - "type": "evm", - "priceId": "hydradx", - "icon": "HDX.svg", - "typeExtras": { - "contractAddress": "0xFFFfFfff345Dc44DDAE98Df024Eb494321E73FcC" - } - }, - { - "assetId": 16, - "symbol": "xcNODL", - "precision": 11, - "type": "evm", - "priceId": "nodle-network", - "icon": "NODL.svg", - "typeExtras": { - "contractAddress": "0xfffffffFe896ba7Cb118b9Fa571c6dC0a99dEfF1" - } - }, - { - "assetId": 17, - "symbol": "xcRING", - "precision": 18, - "type": "evm", - "priceId": "darwinia-network-native-token", - "icon": "RING.svg", - "typeExtras": { - "contractAddress": "0xFfffFfff5e90e365eDcA87fB4c8306Df1E91464f" - } - }, - { - "assetId": 18, - "symbol": "xcOTP", - "precision": 12, - "type": "statemine", - "icon": "OTP.svg", - "typeExtras": { - "assetId": "238111524681612888331172110363070489924", - "isSufficient": true - } - }, - { - "assetId": 19, - "symbol": "xcvDOT", - "precision": 10, - "type": "evm", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "contractAddress": "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf" - } - }, - { - "assetId": 20, - "symbol": "xcvFIL", - "precision": 18, - "type": "evm", - "icon": "vFIL.svg", - "typeExtras": { - "contractAddress": "0xFffffFffCd0aD0EA6576B7b285295c85E94cf4c1" - } - }, - { - "assetId": 21, - "symbol": "xcvGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "evm", - "icon": "vGLMR.svg", - "typeExtras": { - "contractAddress": "0xFfFfFFff99dABE1a8De0EA22bAa6FD48fdE96F6c" - } - }, - { - "assetId": 22, - "symbol": "xcMANTA", - "precision": 18, - "type": "evm", - "priceId": "manta-network", - "icon": "MANTA.svg", - "typeExtras": { - "contractAddress": "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841" - } - }, - { - "assetId": 23, - "symbol": "xcUSDC", - "precision": 6, - "type": "evm", - "priceId": "usd-coin", - "icon": "USDC.svg", - "typeExtras": { - "contractAddress": "0xFFfffffF7D2B0B761Af01Ca8e25242976ac0aD7D" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://moonbeam.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://moonbeam.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}" - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-moonbeam-stg.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance", - "proxy", - "multisig" - ], - "additional": { - "themeColor": "#9968CE", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", - "defaultBlockTime": 6000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - }, - "banxa": { - "coinType": "ETH", - "blockchain": "ETH" - } - }, - "sellProviders": { - "transak": { - "network": "ETHEREUM" - }, - "mercuryo": { - "network": "ETHEREUM" - } - } - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://ethereum-rpc.publicnode.com", - "name": "Allnodes rpc node" - }, - { - "url": "https://1rpc.io/eth", - "name": "One rpc node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 2" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:11155111", - "name": "Ethereum - Sepolia", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://ethereum-sepolia-rpc.publicnode.com", - "name": "Public Test Node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://sepolia.etherscan.io/tx/{hash}", - "account": "https://sepolia.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://sepolia.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 11155111, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "ASTR.svg", - "precision": 18, - "buyProviders": { - "banxa": { - "coinType": "ASTR", - "blockchain": "ASTR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "18446744073709551619", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "INTR.svg", - "typeExtras": { - "assetId": "18446744073709551621", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "18446744073709551622", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "ACA.svg", - "typeExtras": { - "assetId": "18446744073709551616", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "aSEEDp", - "precision": 12, - "type": "statemine", - "priceId": "ausd-seed-acala", - "icon": "aSEEDp.svg", - "typeExtras": { - "assetId": "18446744073709551617", - "isSufficient": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "4294969280", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "assetId": "18446744073709551623", - "isSufficient": true - } - }, - { - "assetId": 11, - "symbol": "UNQ", - "precision": 18, - "type": "statemine", - "priceId": "unique-network", - "icon": "UNQ.svg", - "typeExtras": { - "assetId": "18446744073709551631", - "isSufficient": true - } - }, - { - "assetId": 12, - "symbol": "vDOT", - "precision": 10, - "type": "statemine", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "assetId": "18446744073709551624", - "isSufficient": true - } - }, - { - "assetId": 13, - "symbol": "EQD", - "precision": 9, - "type": "statemine", - "priceId": "tether", - "icon": "EQD.svg", - "typeExtras": { - "assetId": "18446744073709551629", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-astar-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Asset Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "name": "Polkadot", - "priceId": "polkadot", - "icon": "DOT.svg", - "staking": [ - "relaychain", - "nomination-pools" - ], - "buyProviders": { - "transak": { - "network": "ASSETHUB" - }, - "mercuryo": {}, - "banxa": { - "coinType": "DOT", - "blockchain": "DOT" - } - }, - "sellProviders": { - "transak": { - "network": "ASSETHUB" - }, - "mercuryo": {} - } - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "1984", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC.svg", - "typeExtras": { - "assetId": "1337", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "DED.svg", - "typeExtras": { - "assetId": "30" - } - }, - { - "assetId": 4, - "symbol": "PINK", - "precision": 10, - "type": "statemine", - "icon": "PINK.svg", - "typeExtras": { - "assetId": "23" - } - }, - { - "assetId": 5, - "symbol": "DOTA", - "precision": 4, - "type": "statemine", - "icon": "DOTA.svg", - "typeExtras": { - "assetId": "18" - } - }, - { - "assetId": 6, - "symbol": "STINK", - "precision": 10, - "type": "statemine", - "icon": "STINK.svg", - "typeExtras": { - "assetId": "42069" - } - }, - { - "assetId": 7, - "symbol": "GABE", - "precision": 20, - "type": "statemine", - "icon": "GABE.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 8, - "symbol": "WUD", - "precision": 10, - "priceId": "gavun-wud", - "type": "statemine", - "icon": "WUD.svg", - "typeExtras": { - "assetId": "31337" - } - }, - { - "assetId": 9, - "symbol": "WETH-Snowbridge", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "statemine", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", - "palletName": "ForeignAssets", - "isSufficient": true - } - }, - { - "assetId": 10, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "statemine", - "icon": "WBTC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 11, - "symbol": "WIFD", - "precision": 10, - "type": "statemine", - "icon": "WIFD.svg", - "typeExtras": { - "assetId": "17" - } - }, - { - "assetId": 12, - "symbol": "BORK", - "precision": 10, - "type": "statemine", - "icon": "BORK.svg", - "typeExtras": { - "assetId": "690" - } - }, - { - "assetId": 13, - "symbol": "BUNS", - "precision": 10, - "type": "statemine", - "icon": "BUNS.svg", - "typeExtras": { - "assetId": "1234" - } - }, - { - "assetId": 14, - "symbol": "KOL", - "precision": 12, - "type": "statemine", - "icon": "KOL.svg", - "typeExtras": { - "assetId": "86" - } - }, - { - "assetId": 15, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "MYTH.svg", - "typeExtras": { - "assetId": "0x010100a534", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 16, - "symbol": "MYTH-Snowbridge", - "precision": 18, - "priceId": "mythos", - "type": "statemine", - "icon": "MYTH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 17, - "symbol": "USDC-Snowbridge", - "precision": 6, - "priceId": "usd-coin", - "type": "statemine", - "icon": "USDC-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 18, - "symbol": "USDT-Snowbridge", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "USDT-Snowbridge.svg", - "typeExtras": { - "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 19, - "symbol": "DAI-Snowbridge", - "precision": 18, - "priceId": "dai", - "type": "statemine", - "icon": "DAI-Snowbridge.svg", - "typeExtras": { - "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 20, - "symbol": "BASTI", - "precision": 12, - "type": "statemine", - "icon": "Default.svg", - "typeExtras": { - "assetId": "22222015" - } - }, - { - "assetId": 21, - "symbol": "DAMN", - "precision": 12, - "type": "statemine", - "icon": "DAMN.svg", - "typeExtras": { - "assetId": "22222012" - } - }, - { - "assetId": 22, - "symbol": "BILLCOIN", - "precision": 12, - "type": "statemine", - "icon": "BILLCOIN.svg", - "typeExtras": { - "assetId": "50000075" - } - }, - { - "assetId": 23, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "KSM.svg", - "typeExtras": { - "assetId": "0x02010903", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 24, - "symbol": "ETH-Snowbridge", - "precision": 18, - "priceId": "ethereum", - "type": "statemine", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "assetId": "0x0201090704", - "palletName": "ForeignAssets" - } - }, - { - "assetId": 26, - "symbol": "MPC", - "precision": 12, - "priceId": "my-paqman-coin", - "icon": "MPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "50000103" - } - }, - { - "assetId": 27, - "symbol": "DON", - "precision": 12, - "priceId": "paydon", - "icon": "DON.png", - "type": "statemine", - "typeExtras": { - "assetId": "50000111" - } - } - ], - "nodes": [ - { - "url": "wss://asset-hub-polkadot-rpc.n.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://sys.ibp.network/asset-hub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://asset-hub-polkadot.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://assethub-polkadot.subscan.io/account/{address}", - "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://assethub-polkadot.statescan.io/#/accounts/{address}", - "extrinsic": "https://assethub-polkadot.statescan.io/#/extrinsics/{hash}", - "event": "https://assethub-polkadot.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-prod.novasama-tech.org" - }, - { - "type": "subquery", - "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot-api.subsquare.io" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-polkadot-ah-prod.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "novasama", - "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", - "addressPrefix": 0, - "options": [ - "crowdloans", - "swap-hub", - "assethub-fees", - "proxy", - "multisig", - "governance", - "pushSupport", - "fullSyncByDefault" - ], - "additional": { - "themeColor": "#E6007A", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", - "stakingMaxElectingVoters": 22500, - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "timelineChain": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3" - } - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "XRT.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "KSM.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics-freemium.subscan.io/extrinsic/{hash}", - "account": "https://robonomics-freemium.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/encointer-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://encointer-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-encointer-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "priceId": "picasso", - "icon": "PICA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": [ - "parachain" - ], - "precision": 10, - "priceId": "zeitgeist", - "icon": "ZTG.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0500000000", - "currencyIdType": "zeitgeist_primitives.asset.Asset", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://zeitgeist.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking", - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "SUB.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-subsocial-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "CSM.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-sha-subscan.crustnetwork.xyz", - "name": "Subscan node" - }, - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://shadow.statescan.io/#/accounts/{address}", - "extrinsic": "https://shadow.statescan.io/#/extrinsics/{hash}", - "event": "https://shadow.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-shadow-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "TEER.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-integritee-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "CFG.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://rpc-centrifuge.luckyfriday.io", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-centrifuge-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hydration", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "HDX.svg", - "buyProviders": { - "banxa": { - "coinType": "HDX", - "blockchain": "HDX" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI-Acala", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "DAI-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-Acala", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-Acala", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Acala.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0b000000", - "currencyIdType": "u32", - "existentialDeposit": "36", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "type": "orml", - "icon": "ZTG.svg", - "typeExtras": { - "currencyIdScale": "0x0c000000", - "currencyIdType": "u32", - "existentialDeposit": "1204151916", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x09000000", - "currencyIdType": "u32", - "existentialDeposit": "147058823529412000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0a000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "type": "orml", - "icon": "CFG.svg", - "typeExtras": { - "currencyIdScale": "0x0d000000", - "currencyIdType": "u32", - "existentialDeposit": "32467532467532500", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "orml", - "icon": "BNC.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "68795189840", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "DAI-Moonbeam", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "DAI-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x12000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "WBTC-Moonbeam", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x13000000", - "currencyIdType": "u32", - "existentialDeposit": "34", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "WETH-Moonbeam", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x14000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x16000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "34854864344868000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x11000000", - "currencyIdType": "u32", - "existentialDeposit": "6164274209", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "SUB", - "precision": 10, - "priceId": "subsocial", - "icon": "SUB.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x18000000", - "currencyIdType": "u32", - "existentialDeposit": "20000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "18761726", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x08000000", - "currencyIdType": "u32", - "existentialDeposit": "54945054945", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "USDC-Moonbeam", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x15000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "4-Pool", - "precision": 18, - "type": "orml", - "icon": "4-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x64000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "2-Pool", - "precision": 18, - "type": "orml", - "icon": "2-Pool.svg", - "typeExtras": { - "currencyIdScale": "0x65000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "2-Pool-Stbl", - "precision": 18, - "type": "orml", - "icon": "2-Pool-Stbl.svg", - "typeExtras": { - "currencyIdScale": "0x66000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "type": "orml", - "icon": "UNQ.svg", - "typeExtras": { - "currencyIdScale": "0x19000000", - "currencyIdType": "u32", - "existentialDeposit": "1224384348939740000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "type": "orml", - "icon": "NODL.svg", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "109890109890", - "transfersEnabled": true - } - }, - { - "assetId": 27, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "type": "orml", - "icon": "CRU.svg", - "typeExtras": { - "currencyIdScale": "0x1b000000", - "currencyIdType": "u32", - "existentialDeposit": "7874015748", - "transfersEnabled": true - } - }, - { - "assetId": 28, - "symbol": "USDT-Moonbeam", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT-Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x17000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 29, - "symbol": "DED", - "precision": 10, - "priceId": "dot-is-ded", - "type": "orml", - "icon": "DED.svg", - "typeExtras": { - "currencyIdScale": "0x53420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 30, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x55420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 31, - "symbol": "STINK", - "precision": 10, - "type": "orml", - "icon": "STINK.svg", - "typeExtras": { - "currencyIdScale": "0x62420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 32, - "symbol": "DOTA", - "precision": 4, - "type": "orml", - "icon": "DOTA.svg", - "typeExtras": { - "currencyIdScale": "0x66420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 33, - "symbol": "GABE", - "precision": 20, - "type": "orml", - "icon": "GABE.svg", - "typeExtras": { - "currencyIdScale": "0x7e420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 34, - "symbol": "KILT", - "precision": 15, - "type": "orml", - "priceId": "kilt-protocol", - "icon": "KILT.svg", - "typeExtras": { - "currencyIdScale": "0x1c000000", - "currencyIdType": "u32", - "existentialDeposit": "21358393848783", - "transfersEnabled": true - } - }, - { - "assetId": 35, - "symbol": "WUD", - "precision": 10, - "priceId": "gavun-wud", - "type": "orml", - "icon": "WUD.svg", - "typeExtras": { - "currencyIdScale": "0x95420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 36, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "type": "orml", - "icon": "MYTH.svg", - "typeExtras": { - "currencyIdScale": "0x1e000000", - "currencyIdType": "u32", - "existentialDeposit": "21367521367521400", - "transfersEnabled": true - } - }, - { - "assetId": 37, - "symbol": "WETH-Snowbridge", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x06430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 38, - "symbol": "WBTC-Snowbridge", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "WBTC-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0xfe420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 39, - "symbol": "WIFD", - "precision": 10, - "type": "orml", - "icon": "WIFD.svg", - "typeExtras": { - "currencyIdScale": "0x92420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 40, - "symbol": "BORK", - "precision": 10, - "type": "orml", - "icon": "BORK.svg", - "typeExtras": { - "currencyIdScale": "0xd4420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 41, - "symbol": "BUNS", - "precision": 10, - "type": "orml", - "icon": "BUNS.svg", - "typeExtras": { - "currencyIdScale": "0xf1420f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 42, - "symbol": "KOL", - "precision": 12, - "type": "orml", - "icon": "KOL.svg", - "typeExtras": { - "currencyIdScale": "0x07430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 43, - "symbol": "vASTR", - "precision": 18, - "priceId": "bifrost-voucher-astr", - "type": "orml", - "icon": "vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x21000000", - "currencyIdType": "u32", - "existentialDeposit": "133689839572193000", - "transfersEnabled": true - } - }, - { - "assetId": 44, - "symbol": "AJUN", - "precision": 12, - "priceId": "ajuna-network-2", - "type": "orml", - "icon": "AJUN.svg", - "typeExtras": { - "currencyIdScale": "0x20000000", - "currencyIdType": "u32", - "existentialDeposit": "100786131828", - "transfersEnabled": true - } - }, - { - "assetId": 45, - "symbol": "AAVE", - "precision": 18, - "priceId": "aave", - "type": "orml", - "icon": "AAVE.svg", - "typeExtras": { - "currencyIdScale": "0xb0440f00", - "currencyIdType": "u32", - "existentialDeposit": "59084194977843", - "transfersEnabled": true - } - }, - { - "assetId": 46, - "symbol": "BASTI", - "precision": 12, - "type": "orml", - "icon": "Default.svg", - "typeExtras": { - "currencyIdScale": "0x64430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 47, - "symbol": "DAMN", - "precision": 12, - "type": "orml", - "icon": "DAMN.svg", - "typeExtras": { - "currencyIdScale": "0x5e430f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 48, - "symbol": "SOL-Wormhole", - "precision": 9, - "priceId": "solana", - "type": "orml", - "icon": "SOL-Wormhole.svg", - "typeExtras": { - "currencyIdScale": "0x30450f00", - "currencyIdType": "u32", - "existentialDeposit": "46339", - "transfersEnabled": true - } - }, - { - "assetId": 49, - "symbol": "SUI-Wormhole", - "precision": 9, - "type": "orml", - "icon": "SUI-Wormhole.svg", - "typeExtras": { - "currencyIdScale": "0x31450f00", - "currencyIdType": "u32", - "existentialDeposit": "2652520", - "transfersEnabled": true - } - }, - { - "assetId": 50, - "symbol": "tBTC", - "precision": 18, - "priceId": "tbtc", - "type": "orml", - "icon": "tBTC.svg", - "typeExtras": { - "currencyIdScale": "0x3d450f00", - "currencyIdType": "u32", - "existentialDeposit": "106803374987", - "transfersEnabled": true - } - }, - { - "assetId": 51, - "symbol": "BILLCOIN", - "precision": 12, - "type": "orml", - "icon": "BILLCOIN.svg", - "typeExtras": { - "currencyIdScale": "0x3a450f00", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 52, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x43450f00", - "currencyIdType": "u32", - "existentialDeposit": "313283208", - "transfersEnabled": true - } - }, - { - "assetId": 53, - "symbol": "EWT", - "precision": 18, - "priceId": "energy-web-token", - "type": "orml", - "icon": "EWT.svg", - "typeExtras": { - "currencyIdScale": "0x6dda0300", - "currencyIdType": "u32", - "existentialDeposit": "3244646333550", - "transfersEnabled": true - } - }, - { - "assetId": 54, - "symbol": "LINK", - "precision": 18, - "priceId": "chainlink", - "type": "orml", - "icon": "LINK.svg", - "typeExtras": { - "currencyIdScale": "0x5a450f00", - "currencyIdType": "u32", - "existentialDeposit": "436681222707424", - "transfersEnabled": true - } - }, - { - "assetId": 55, - "symbol": "LDO", - "precision": 18, - "priceId": "lido-dao", - "type": "orml", - "icon": "LDO.svg", - "typeExtras": { - "currencyIdScale": "0x5c450f00", - "currencyIdType": "u32", - "existentialDeposit": "5102040816326530", - "transfersEnabled": true - } - }, - { - "assetId": 56, - "symbol": "SKY", - "precision": 18, - "type": "orml", - "icon": "SKY.svg", - "typeExtras": { - "currencyIdScale": "0x5b450f00", - "currencyIdType": "u32", - "existentialDeposit": "211685012701101000", - "transfersEnabled": true - } - }, - { - "assetId": 57, - "symbol": "ETH-Snowbridge", - "precision": 18, - "priceId": "ethereum", - "type": "orml", - "icon": "WETH-Snowbridge.svg", - "typeExtras": { - "currencyIdScale": "0x22000000", - "currencyIdType": "u32", - "existentialDeposit": "5373455131650", - "transfersEnabled": true - } - }, - { - "assetId": 58, - "symbol": "GDOT", - "precision": 18, - "priceId": "gigadot", - "type": "orml-hydration-evm", - "icon": "GIGADOT.svg", - "typeExtras": { - "currencyIdScale": "0x45000000", - "currencyIdType": "u32", - "existentialDeposit": "5290724013368937", - "transfersEnabled": true - } - }, - { - "assetId": 59, - "symbol": "2-Pool-GDOT", - "precision": 18, - "type": "orml", - "icon": "2-Pool-GDOT.svg", - "typeExtras": { - "currencyIdScale": "0xb2020000", - "currencyIdType": "u32", - "existentialDeposit": "1", - "transfersEnabled": true - } - }, - { - "assetId": 60, - "symbol": "aDOT", - "precision": 10, - "type": "orml-hydration-evm", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0xe9030000", - "currencyIdType": "u32", - "existentialDeposit": "54125333", - "transfersEnabled": true - } - }, - { - "assetId": 61, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "orml", - "icon": "TRAC.svg", - "typeExtras": { - "currencyIdScale": "0x23000000", - "currencyIdType": "u32", - "existentialDeposit": "27777777777777800", - "transfersEnabled": true - } - }, - { - "assetId": 62, - "symbol": "NEURO", - "precision": 12, - "priceId": "neurowebai", - "type": "orml", - "icon": "NEURO.svg", - "typeExtras": { - "currencyIdScale": "0x24000000", - "currencyIdType": "u32", - "existentialDeposit": "588235294118", - "transfersEnabled": true - } - }, - { - "assetId": 63, - "symbol": "GETH", - "precision": 18, - "priceId": "gigaeth", - "type": "orml-hydration-evm", - "icon": "GIGAETH.svg", - "typeExtras": { - "currencyIdScale": "0xa4010000", - "currencyIdType": "u32", - "existentialDeposit": "8202803876747", - "transfersEnabled": true - } - }, - { - "assetId": 64, - "symbol": "2-Pool-GETH", - "precision": 18, - "type": "orml", - "icon": "2-Pool-GETH.svg", - "typeExtras": { - "currencyIdScale": "0x68100000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 65, - "symbol": "HOLLAR", - "precision": 18, - "priceId": "tether", - "type": "orml-hydration-evm", - "icon": "HOLLAR.svg", - "typeExtras": { - "currencyIdScale": "0xde000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 66, - "symbol": "aUSDT", - "precision": 6, - "priceId": "tether", - "type": "orml-hydration-evm", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0xea030000", - "currencyIdType": "u32", - "existentialDeposit": "22409", - "transfersEnabled": true - } - }, - { - "assetId": 67, - "symbol": "aUSDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml-hydration-evm", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0xeb030000", - "currencyIdType": "u32", - "existentialDeposit": "22409", - "transfersEnabled": true - } - }, - { - "assetId": 68, - "symbol": "2-Pool-HUSDC", - "precision": 18, - "type": "orml", - "icon": "2-Pool-HUSDC.svg", - "typeExtras": { - "currencyIdScale": "0x6e000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 69, - "symbol": "2-Pool-HUSDT", - "precision": 18, - "type": "orml", - "icon": "2-Pool-HUSDT.svg", - "typeExtras": { - "currencyIdScale": "0x6f000000", - "currencyIdType": "u32", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 70, - "symbol": "PAXG", - "precision": 18, - "priceId": "pax-gold", - "type": "orml", - "icon": "PAXG.svg", - "typeExtras": { - "currencyIdScale": "0x27000000", - "currencyIdType": "u32", - "existentialDeposit": "2374169040836", - "transfersEnabled": true - } - }, - { - "assetId": 71, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "type": "orml", - "icon": "PEN.svg", - "typeExtras": { - "currencyIdScale": "0x91420f00", - "currencyIdType": "u32", - "existentialDeposit": "153256704981", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-hydra.novasama-tech.org", - "name": "Novasama node" - }, - { - "url": "wss://rpc.hydradx.cloud", - "name": "Galactic Council node" - }, - { - "url": "wss://hydration.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://hydration.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-hydra-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", - "addressPrefix": 0, - "options": [ - "governance", - "governance-v1", - "hydradx-swaps", - "hydration-fees", - "proxy", - "multisig" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true, - "defaultBlockTime": 6000 - }, - "legacyAddressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - }, - "buyProviders": { - "banxa": { - "coinType": "INTR", - "blockchain": "INTR" - } - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "iBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "KINT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "kBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "qiBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "qUSDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "qDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 14, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x010b000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://rpc-interlay.luckyfriday.io/", - "name": "LuckyFriday node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://interlay.statescan.io/#/accounts/{address}", - "event": "https://interlay.statescan.io/#/events/{event}", - "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-interlay-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "NODL.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-nodle-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "PHA.svg" - } - ], - "nodes": [ - { - "url": "wss://phala-rpc.n.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://phala.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-phala-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://phala.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "priceId": "aleph-zero", - "precision": 12, - "icon": "AZERO.svg", - "buyProviders": { - "banxa": { - "coinType": "AZERO", - "blockchain": "AZERO" - } - } - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", - "defaultBlockTime": 1000, - "feeViaRuntimeCall": true - }, - "options": [ - "fullSyncByDefault", - "pushSupport", - "multisig" - ] - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "LAYR.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x06000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "21430000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "375000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x82000000000000000000000000000000", - "currencyIdType": "u128", - "existentialDeposit": "1500", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}" - } - ], - "externalApi": { - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", - "addressPrefix": 50, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": [ - "relaychain" - ], - "precision": 12, - "icon": "PDEX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 12, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "95930534000017180603917534864279132680", - "isSufficient": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "USDT.svg", - "typeExtras": { - "assetId": "3496813586714279103986568049643838918", - "isSufficient": true - } - }, - { - "assetId": 3, - "symbol": "ASTR", - "precision": 12, - "priceId": "astar", - "type": "statemine", - "icon": "ASTR.svg", - "typeExtras": { - "assetId": "222121451965151777636299756141619631150", - "isSufficient": true - } - }, - { - "assetId": 4, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "PHA.svg", - "typeExtras": { - "assetId": "193492391581201937291053139015355410612", - "isSufficient": true - } - }, - { - "assetId": 5, - "symbol": "iBTC", - "precision": 12, - "priceId": "bitcoin", - "type": "statemine", - "icon": "iBTC.svg", - "typeExtras": { - "assetId": "226557799181424065994173367616174607641", - "isSufficient": true - } - }, - { - "assetId": 6, - "symbol": "DED", - "precision": 12, - "priceId": "dot-is-ded", - "type": "statemine", - "icon": "DED.svg", - "typeExtras": { - "assetId": "119367686984583275840673742485354142551", - "isSufficient": true - } - }, - { - "assetId": 7, - "symbol": "PINK", - "precision": 12, - "type": "statemine", - "icon": "PINK.svg", - "typeExtras": { - "assetId": "339306133874233608313826294843504252047", - "isSufficient": true - } - }, - { - "assetId": 8, - "symbol": "GLMR", - "precision": 12, - "priceId": "moonbeam", - "type": "statemine", - "icon": "GLMR.svg", - "typeExtras": { - "assetId": "182269558229932594457975666948556356791", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://so.polkadex.ee", - "name": "PolkadexSup node" - }, - { - "url": "wss://polkadex.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadex-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadex-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadex-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "NeuroWeb", - "assets": [ - { - "assetId": 0, - "symbol": "NEURO", - "precision": 12, - "priceId": "neurowebai", - "icon": "NEURO.svg" - }, - { - "assetId": 1, - "symbol": "TRAC", - "precision": 18, - "priceId": "origintrail", - "type": "statemine", - "icon": "TRAC.svg", - "typeExtras": { - "assetId": "1" - } - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Subscan", - "account": "https://neuroweb.subscan.io/account/{address}", - "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", - "addressPrefix": 101, - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "buyProviders": { - "banxa": { - "coinType": "BNC", - "blockchain": "BNCPOLKA" - } - } - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0802", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "orml", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0803", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "vDOT", - "precision": 10, - "priceId": "voucher-dot", - "type": "orml", - "icon": "vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0900", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vGLMR", - "precision": 18, - "priceId": "voucher-glmr", - "type": "orml", - "icon": "vGLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0901", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vFIL", - "precision": 18, - "type": "orml", - "icon": "vFIL.svg", - "typeExtras": { - "currencyIdScale": "0x0904", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vASTR", - "precision": 18, - "priceId": "bifrost-voucher-astr", - "type": "orml", - "icon": "vASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0903", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "vsDOT", - "precision": 10, - "type": "orml", - "icon": "vsDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0a00", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "type": "orml", - "icon": "MANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0808", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "vMANTA", - "precision": 18, - "type": "orml", - "icon": "vMANTA.svg", - "typeExtras": { - "currencyIdScale": "0x0908", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "vBNC", - "precision": 12, - "type": "orml", - "icon": "vBNC.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "bifrost_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-polkadot.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://bifrost-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", - "name": "LiebiEU node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-bifrost-polkadot-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://bifrost.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 6, - "options": [ - "governance" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Heima", - "assets": [ - { - "assetId": 0, - "symbol": "HEI", - "precision": 18, - "icon": "HEI.svg", - "priceId": "heima" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://heima-rpc.n.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://heima.statescan.io/#/accounts/{address}", - "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", - "event": "https://heima.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-litentry-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", - "addressPrefix": 31, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "UNQ.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - }, - { - "url": "wss://unique.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://unique.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-unique-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391, - "options": [ - "fullSyncByDefault" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "priceId": "mangata-x", - "precision": 18, - "icon": "MGX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TUR", - "precision": 10, - "priceId": "turing-network", - "icon": "TUR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "RMRK (old)", - "precision": 10, - "priceId": "rmrk", - "icon": "RMRK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "icon": "ZLK.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x1a000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "vsKSM", - "precision": 12, - "icon": "vsKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "vKSM", - "precision": 12, - "priceId": "voucher-ksm", - "icon": "vKSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0f000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.mangata.online", - "name": "Mangata node" - }, - { - "url": "wss://kusama-archive.mangata.online", - "name": "Mangata archive node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": [ - "aleph-zero", - "nomination-pools" - ], - "precision": 12, - "icon": "AZERO.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://relay.api.moonbase.moonbeam.network", - "name": "Moonbase Relay node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "POLYX.svg", - "staking": [ - "relaychain" - ], - "buyProviders": { - "banxa": { - "coinType": "POLYX", - "blockchain": "Polymesh" - } - } - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "KAB.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "name": "Paseo Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "PAS.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/paseo", - "name": "IBP-GeoDNS1" - }, - { - "url": "wss://rpc.dotters.network/paseo", - "name": "IBP-GeoDNS2" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-paseo-stg.novasama-tech.org" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "account": "https://paseo.subscan.io/account/{address}", - "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" - }, - { - "name": "Statescan", - "account": "https://paseo.statescan.io/#/accounts/{address}", - "extrinsic": "https://paseo.statescan.io/#/extrinsics/{hash}", - "event": "https://paseo.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "proxy" - ], - "additional": { - "supportsGenericLedgerApp": true - }, - "legacyAddressPrefix": 42 - }, - { - "chainId": "d6eec26135305a8ad257a20d003357284c8aa03d0bdb2b357ab0a22371e11ef2", - "parentId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", - "name": "Paseo Asset Hub (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "PAS.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://asset-hub-paseo-rpc.n.dwellir.com", - "name": "Dwellir" - }, - { - "url": "wss://sys.ibp.network/asset-hub-paseo", - "name": "IBP1" - }, - { - "url": "wss://asset-hub-paseo.dotters.network", - "name": "IBP2" - }, - { - "url": "wss://pas-rpc.stakeworld.io/assethub", - "name": "StakeWorld" - }, - { - "url": "wss://sys.turboflakes.io/asset-hub-paseo", - "name": "TurboFlakes" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://assethub-paseo.subscan.io/extrinsic/{hash}", - "account": "https://assethub-paseo.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://assethub-paseo.statescan.io/#/accounts/{address}", - "extrinsic": "https://assethub-paseo.statescan.io/#/extrinsics/{hash}", - "event": "https://assethub-paseo.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "swap-hub", - "proxy", - "governance" - ], - "additional": { - "relaychainAsNative": true, - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true, - "timelineChain": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f" - } - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "ROC.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node", - "features": [ - "noTls12" - ] - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "proxy" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "AMPE.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "priceId": "kusama", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "EURM.svg", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "NGNC.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-amplitude-prod.novasama-tech.org" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 0, - "options": [ - "governance-v1" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - }, - "legacyAddressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "CAPS.svg", - "buyProviders": { - "banxa": { - "coinType": "CAPS", - "blockchain": "TERNOA" - } - } - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-ternoa-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-ternoa-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-ternoa-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", - "feeViaRuntimeCall": true - } - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": [ - "relaychain" - ], - "precision": 18, - "icon": "CAPS.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "account": "https://gov2.statescan.io/#/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "POLYX.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polymesh-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12, - "additional": { - "themeColor": "#EB2B6C", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" - } - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "EDG.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://ipci.rpc.robonomics.network", - "name": "Airalab node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-dao-ipci-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "TAO_fusotao.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation 1 node" - }, - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation 2 node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}" - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "DOT.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0101", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "USDC", - "precision": 6, - "priceId": "usd-coin", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0102", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDC.s", - "precision": 12, - "priceId": "usdc", - "type": "orml", - "icon": "USDC.svg", - "typeExtras": { - "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XLM.s", - "precision": 12, - "priceId": "stellar", - "type": "orml", - "icon": "XLM.svg", - "typeExtras": { - "currencyIdScale": "0x0200", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "TZS.s", - "precision": 12, - "type": "orml", - "icon": "TZS.svg", - "typeExtras": { - "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "BRL.s", - "precision": 12, - "type": "orml", - "icon": "BRL.svg", - "typeExtras": { - "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "AUDD.s", - "precision": 12, - "priceId": "novatti-australian-digital-dollar", - "type": "orml", - "icon": "AUDD.svg", - "typeExtras": { - "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "icon": "EURM.svg", - "priceId": "euro-coin", - "typeExtras": { - "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "NGNC.s", - "precision": 12, - "type": "orml", - "icon": "NGNC.svg", - "typeExtras": { - "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "GLMR.svg", - "typeExtras": { - "currencyIdScale": "0x0106", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "PINK", - "precision": 10, - "type": "orml", - "icon": "PINK.svg", - "typeExtras": { - "currencyIdScale": "0x0107", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "HDX", - "precision": 12, - "type": "orml", - "priceId": "hydradx", - "icon": "HDX.svg", - "typeExtras": { - "currencyIdScale": "0x0108", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "ASTR.svg", - "typeExtras": { - "currencyIdScale": "0x0109", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "vDOT", - "precision": 10, - "type": "orml", - "priceId": "voucher-dot", - "icon": "vDOT.svg", - "typeExtras": { - "currencyIdScale": "0x010a", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "priceId": "bifrost-native-coin", - "icon": "BNC.svg", - "typeExtras": { - "currencyIdScale": "0x010b", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDC.axl", - "precision": 6, - "type": "orml", - "priceId": "axlusdc", - "icon": "USDCaxl.svg", - "typeExtras": { - "currencyIdScale": "0x010c", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "EURC.s", - "precision": 12, - "type": "orml", - "priceId": "euro-coin", - "icon": "EURC.svg", - "typeExtras": { - "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", - "currencyIdType": "spacewalk_primitives.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", - "account": "https://pendulum.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-pendulum-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 0, - "options": [ - "governance-v1" - ], - "additional": { - "supportsGenericLedgerApp": true - }, - "legacyAddressPrefix": 56 - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.aventus.network", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-aventus-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-crust-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 0, - "additional": { - "feeViaRuntimeCall": true - }, - "legacyAddressPrefix": 88 - }, - { - "chainId": "e3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "KINT.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aSEEDk", - "precision": 12, - "type": "orml", - "icon": "aSEEDk.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "orml", - "icon": "KSM.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "LP KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "KSM-kBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "LP kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "kBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "qkBTC", - "precision": 8, - "type": "orml", - "icon": "qkBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qKSM", - "precision": 12, - "type": "orml", - "icon": "qKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "type": "orml", - "icon": "qUSDT.svg", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://lite.sub.latent.to:443", - "name": "Latent Holdings (Lite) node" - }, - { - "url": "wss://bittensor-finney.api.onfinality.io/public-ws", - "name": "OnFinality (Archive) node" - }, - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "explorers": [ - { - "name": "SCAN", - "account": "https://bittensor.com/scan/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-bittensor-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "SAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "priceId": "3dpass", - "icon": "P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.3dpass.org", - "name": "3DPass node" - }, - { - "url": "wss://rpc.p3d.top", - "name": "Lzmz node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-3dpass-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "priceId": "ajuna-network-2", - "icon": "AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://ajuna.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://ajuna.statescan.io/#/accounts/{address}", - "extrinsic": "https://ajuna.statescan.io/#/extrinsics/{hash}", - "event": "https://ajuna.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-ajuna-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "RING.svg" - }, - { - "assetId": 1, - "symbol": "KTON", - "precision": 18, - "type": "statemine", - "icon": "KTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.darwinia.network", - "name": "Darwinia node" - }, - { - "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", - "name": "Darwinia Community node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", - "account": "https://darwinia.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "CRAB.svg" - }, - { - "assetId": 1, - "symbol": "CKTON", - "precision": 18, - "type": "statemine", - "icon": "CKTON.svg", - "typeExtras": { - "assetId": "1026", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://crab-rpc.darwinia.network/", - "name": "Darwinia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-crab-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Frequency", - "assets": [ - { - "assetId": 0, - "symbol": "FRQCY", - "precision": 8, - "icon": "FRQCY.svg" - } - ], - "nodes": [ - { - "url": "wss://0.rpc.frequency.xyz", - "name": "Frequency0 node" - }, - { - "url": "wss://1.rpc.frequency.xyz", - "name": "Frequency1 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-frequency-prod.novasama-tech.org" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", - "addressPrefix": 90, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "name": "Vara", - "assets": [ - { - "assetId": 0, - "symbol": "VARA", - "precision": 12, - "priceId": "vara-network", - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "VARA.svg", - "buyProviders": { - "banxa": { - "coinType": "VARA", - "blockchain": "VARA" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.vara-network.io", - "name": "Gear Tech node" - } - ], - "explorers": [ - { - "name": "Varascan", - "account": "https://explorer.vara-network.io/account/{address}", - "event": "https://explorer.vara-network.io/event/{event}" - }, - { - "name": "Subscan", - "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", - "account": "https://vara.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-vara-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", - "addressPrefix": 137, - "additional": { - "themeColor": "#10B6B1", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", - "supportsGenericLedgerApp": true - }, - "options": [ - "pushSupport" - ] - }, - { - "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", - "name": "GIANT", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "GIANT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 1" - }, - { - "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", - "name": "Anchor node 2" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-giant-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "eip155:97", - "name": "BNB Smart Chain Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://data-seed-prebsc-1-s1.binance.org:8545", - "name": "BSC testnet node 1" - }, - { - "url": "https://data-seed-prebsc-2-s1.binance.org:8545", - "name": "BSC testnet node 2" - }, - { - "url": "https://data-seed-prebsc-1-s2.binance.org:8545", - "name": "BSC testnet node 1s2" - }, - { - "url": "https://data-seed-prebsc-2-s2.binance.org:8545", - "name": "BSC testnet node 2s2" - }, - { - "url": "https://data-seed-prebsc-1-s3.binance.org:8545", - "name": "BSC testnet node 1s3" - }, - { - "url": "https://data-seed-prebsc-2-s3.binance.org:8545", - "name": "BSC testnet node 2s3" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock http testnet node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", - "name": "Getblock wss testnet node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", - "name": "GetBlock wss testnet node" - } - ], - "explorers": [ - { - "name": "Testnet BscScan", - "extrinsic": "https://testnet.bscscan.com/tx/{hash}", - "account": "https://testnet.bscscan.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-testnet.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", - "addressPrefix": 97, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:56", - "name": "BNB Smart Chain", - "assets": [ - { - "assetId": 0, - "symbol": "BNB", - "priceId": "binancecoin", - "type": "evmNative", - "icon": "BNB.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://bsc-dataseed.binance.org", - "name": "BSC node 1" - }, - { - "url": "https://bsc-dataseed1.defibit.io", - "name": "BSC node 2" - }, - { - "url": "https://bsc-dataseed1.ninicoin.io", - "name": "BSC node 3" - }, - { - "url": "https://bsc.nodereal.io", - "name": "BSC node 4" - }, - { - "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock http node" - }, - { - "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", - "name": "GetBlock wss node" - }, - { - "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", - "name": "GetBlock wss node" - } - ], - "explorers": [ - { - "name": "BscScan", - "extrinsic": "https://bscscan.com/tx/{hash}", - "account": "https://bscscan.com/address/{address}" - }, - { - "name": "Bitquery", - "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", - "account": "https://explorer.bitquery.io/bsc/address/{address}" - }, - { - "name": "BSCTrace", - "extrinsic": "https://bsctrace.com/tx/{hash}", - "account": "https://bsctrace.com/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.bscscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", - "addressPrefix": 56, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "GIANT Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "GIANT", - "precision": 12, - "icon": "GIANT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", - "name": "Giant testnet node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-polkadot.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://bridgehub-polkadot.statescan.io/#/accounts/{address}", - "extrinsic": "https://bridgehub-polkadot.statescan.io/#/extrinsics/{hash}", - "event": "https://bridgehub-polkadot.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-bh-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", - "addressPrefix": 0, - "additional": { - "supportsGenericLedgerApp": true, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" - } - }, - { - "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/bridgehub-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://bridge-hub-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/bridgehub", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bridgehub-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://bridgehub-kusama.statescan.io/#/accounts/{address}", - "extrinsic": "https://bridgehub-kusama.statescan.io/#/extrinsics/{hash}", - "event": "https://bridgehub-kusama.statescan.io/#/events/{event}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-kusama-bh-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", - "addressPrefix": 2, - "additional": { - "supportsGenericLedgerApp": true, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" - } - }, - { - "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/collectives-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://collectives-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://collectives.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://dot-rpc.stakeworld.io/collectives", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://collectives.statescan.io/#/accounts/{address}", - "event": "https://collectives.statescan.io/#/events/{event}", - "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" - }, - { - "name": "Subscan", - "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://collectives-polkadot.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-polkadot-col-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", - "addressPrefix": 0, - "additional": { - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot People", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://people-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-people-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://people-polkadot.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://people-polkadot.statescan.io/#/accounts/{address}", - "extrinsic": "https://people-polkadot.statescan.io/#/extrinsics/{hash}", - "event": "https://people-polkadot.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", - "addressPrefix": 0, - "options": [ - "multisig" - ], - "additional": { - "supportsGenericLedgerApp": true, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" - } - }, - { - "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama People", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama-people-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - }, - { - "url": "wss://sys.ibp.network/people-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://people-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/people", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", - "account": "https://people-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://people-kusama.statescan.io/#/accounts/{address}", - "extrinsic": "https://people-kusama.statescan.io/#/extrinsics/{hash}", - "event": "https://people-kusama.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", - "addressPrefix": 2, - "options": [ - "multisig" - ], - "additional": { - "disabledCheckMetadataHash": true, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" - } - }, - { - "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude Foucoco", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "AMPE.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-foucoco.pendulumchain.tech/", - "name": "PendulumChain node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - }, - "legacyAddressPrefix": 57 - }, - { - "chainId": "266ad38196ddff7636206f911f0658cc76e3e906e349cb83475d93ebe80d03b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "INTR.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "iBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "KINT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "kBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "LP iBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "iBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300010102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 9, - "symbol": "LP DOT-iBTC", - "precision": 18, - "type": "orml", - "icon": "DOT-iBTC.svg", - "typeExtras": { - "currencyIdScale": "0x0300000001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 10, - "symbol": "LP INTR-USDT", - "precision": 18, - "type": "orml", - "icon": "INTR-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0300020102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 11, - "symbol": "qiBTC", - "precision": 8, - "icon": "qiBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0201000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 12, - "symbol": "qUSDT", - "precision": 6, - "icon": "qUSDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0203000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 13, - "symbol": "qDOT", - "precision": 10, - "icon": "qDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0202000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-testnet.interlay.io/parachain/", - "name": "Kintsugi Labs node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", - "addressPrefix": 2032, - "options": [ - "testnet" - ] - }, - { - "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "krest", - "assets": [ - { - "assetId": 0, - "symbol": "KREST", - "precision": 18, - "priceId": "krest", - "icon": "KREST.svg" - } - ], - "nodes": [ - { - "url": "wss://krest.api.onfinality.io/public-ws'", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", - "account": "https://krest.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", - "addressPrefix": 42 - }, - { - "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Manta Atlantic", - "assets": [ - { - "assetId": 0, - "symbol": "MANTA", - "precision": 18, - "priceId": "manta-network", - "icon": "MANTA.svg", - "staking": [ - "parachain" - ] - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "DOT.svg", - "typeExtras": { - "assetId": "8", - "isSufficient": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.manta.systems", - "name": "Manta node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-manta-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-manta-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-manta-prod.novasama-tech.org" - } - ] - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", - "account": "https://manta.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 77, - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", - "defaultBlockTime": 12000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6", - "name": "Vara Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TVARA", - "precision": 12, - "staking": [ - "relaychain" - ], - "icon": "VARA.svg" - } - ], - "nodes": [ - { - "url": "wss://testnet.vara.network", - "name": "Gear Tech test node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", - "addressPrefix": 137, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", - "name": "Enjin Matrix", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "ENJ.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.matrix.blockchain.enjin.io", - "name": "Enjin node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", - "account": "https://matrix.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-enjin-matrixc-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "eip155:246", - "name": "Energy Web Chain", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "type": "evmNative", - "icon": "EWT.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://consortia-rpc.energyweb.org", - "name": "Public EWC http node" - }, - { - "url": "https://rpc.energyweb.org", - "name": "Energy web http node" - }, - { - "url": "https://archive-rpc.energyweb.org", - "name": "Archive http node" - }, - { - "url": "wss://rpc.energyweb.org/ws", - "name": "Energy web wss node" - } - ], - "explorers": [ - { - "name": "Energy Web Explorer", - "extrinsic": "https://explorer.energyweb.org/tx/{hash}", - "account": "https://explorer.energyweb.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.energyweb.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", - "addressPrefix": 246, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:592", - "name": "Astar EVM", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "type": "evmNative", - "icon": "ASTR.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://astar-rpc.n.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "https://astar.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "https://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 592, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2031", - "name": "Centrifuge EVM", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "priceId": "centrifuge", - "type": "evmNative", - "icon": "CFG.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Fullnode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 2031, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:595", - "name": "Acala Mandala TC9", - "assets": [ - { - "assetId": 0, - "symbol": "mACA", - "type": "evmNative", - "icon": "ACA.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://eth-rpc-tc9.aca-staging.network", - "name": "wss node" - }, - { - "url": "https://eth-rpc-tc9.aca-staging.network", - "name": "http node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 595, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "EWX Staging Parachain Argon", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", - "name": "EWX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", - "name": "Joystream", - "assets": [ - { - "assetId": 0, - "symbol": "JOY", - "priceId": "joystream", - "precision": 10, - "icon": "JOY.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.joystream.org", - "name": "Jsgenesis node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", - "account": "https://joystream.subscan.io/account/{address}" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-joystream-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-joystream-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-joystream-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", - "addressPrefix": 126 - }, - { - "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", - "name": "Dock (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "DOCK", - "priceId": "dock", - "precision": 6, - "icon": "DOCK.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-node.dock.io", - "name": "Dock Association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", - "account": "https://dock.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", - "addressPrefix": 22 - }, - { - "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Energy Web X", - "assets": [ - { - "assetId": 0, - "symbol": "EWT", - "priceId": "energy-web-token", - "precision": 18, - "icon": "EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.energywebx.com/", - "name": "Energywebx node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", - "account": "https://energywebx.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-energywebx-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", - "name": "Energy Web X Rococo", - "assets": [ - { - "assetId": 0, - "symbol": "VT", - "precision": 18, - "icon": "EWT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.testnet.energywebx.com", - "name": "Energy Web X Rococo node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "feeViaRuntimeCall": true, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "InvArch (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "VARCH", - "precision": 12, - "icon": "VARCH.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://invarch.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://invarch.statescan.io/#/accounts/{address}", - "event": "https://invarch.statescan.io/#/events/{event}", - "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", - "addressPrefix": 117, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", - "name": "Crust", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "priceId": "crust-network", - "precision": 12, - "icon": "CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.crust.network", - "name": "Crust node" - }, - { - "url": "wss://crust-mainnet-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", - "account": "https://crust.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", - "addressPrefix": 66 - }, - { - "chainId": "eip155:169", - "name": "Manta Pacific", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://pacific-rpc.manta.network/http", - "name": "Manta rpc 1 node" - }, - { - "url": "https://1rpc.io/manta", - "name": "Manta rpc 2 node" - }, - { - "url": "wss://pacific-rpc.manta.network/ws", - "name": "Manta wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://pacific-explorer.manta.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Manta Pacific Block Explorer", - "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", - "account": "https://pacific-explorer.manta.network/address/{address}" - }, - { - "name": "Manta Socialscan", - "extrinsic": "https://manta.socialscan.io/tx/{hash}", - "account": "https://manta.socialscan.io/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", - "addressPrefix": 169, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Bridge Hub", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://westend-bridge-hub-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", - "name": "Dwellir Tunisia node" - }, - { - "url": "wss://sys.ibp.network/bridgehub-westend", - "name": "IBP-GeoDNS1 node" - }, - { - "url": "wss://bridge-hub-westend.dotters.network", - "name": "IBP-GeoDNS2 node" - }, - { - "url": "wss://westend-bridge-hub-rpc.polkadot.io", - "name": "Parity node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ], - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", - "name": "Enjin Relay", - "assets": [ - { - "assetId": 0, - "symbol": "ENJ", - "precision": 18, - "priceId": "enjincoin", - "icon": "ENJ.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.relay.blockchain.enjin.io", - "name": "Enjin node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", - "account": "https://enjin.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-enjin-relaychain-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-enjin-relaychain-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-enjin-relaychain-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", - "addressPrefix": 2135, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Curio", - "assets": [ - { - "assetId": 0, - "symbol": "CGT", - "precision": 18, - "priceId": "curio-governance", - "icon": "CGT.svg" - } - ], - "nodes": [ - { - "url": "wss://archive.parachain.curioinvest.com", - "name": "Curio 1 node" - }, - { - "url": "wss://parachain.curioinvest.com/", - "name": "Curio 2 node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-curio-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", - "addressPrefix": 777 - }, - { - "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", - "name": "Avail Turing Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "icon": "AVAIL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://turing-rpc.avail.so/ws", - "name": "Turing node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", - "addressPrefix": 42, - "additional": { - "themeColor": "#58C8F6" - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Mythos", - "assets": [ - { - "assetId": 0, - "symbol": "MYTH", - "precision": 18, - "priceId": "mythos", - "icon": "MYTH.svg", - "staking": [ - "mythos" - ] - } - ], - "nodes": [ - { - "url": "wss://polkadot-mythos-rpc.polkadot.io", - "name": "Parity node", - "features": [ - "noTls12" - ] - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", - "account": "https://mythos.subscan.io/account/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", - "addressPrefix": 29972, - "options": [ - "ethereumBased", - "governance-v1", - "proxy", - "multisig" - ], - "additional": { - "themeColor": "#ED3A47", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", - "feeViaRuntimeCall": true, - "sessionLength": 14400, - "defaultBlockTime": 6000, - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Acurast Canary", - "assets": [ - { - "assetId": 0, - "symbol": "cACU", - "precision": 12, - "icon": "cACU.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.canary.acurast.com", - "name": "Acurast node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-acurast-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-acurast-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-acurast-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", - "addressPrefix": 42, - "additional": { - "feeViaRuntimeCall": true - } - }, - { - "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kreivo", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://kreivo.kippu.rocks/", - "name": "Kippu node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-kreivo-prod.novasama-tech.org" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-kreivo-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-kreivo-prod.novasama-tech.org" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", - "addressPrefix": 2 - }, - { - "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hyperbridge Nexus", - "assets": [ - { - "assetId": 0, - "symbol": "BRIDGE", - "precision": 12, - "priceId": "hyperbridge-2", - "icon": "BRIDGE.svg" - } - ], - "nodes": [ - { - "url": "wss://nexus.ibp.network", - "name": "IBP1 node" - }, - { - "url": "wss://nexus.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://hyperbridge-nexus-rpc.blockops.network", - "name": "BlockOps node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://nexus.statescan.io/#/accounts/{address}", - "event": "https://nexus.statescan.io/#/events/{event}", - "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", - "addressPrefix": 0, - "legacyAddressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", - "name": "Avail", - "assets": [ - { - "assetId": 0, - "symbol": "AVAIL", - "precision": 18, - "priceId": "avail", - "icon": "AVAIL.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.avail.so/ws", - "name": "Avail node" - }, - { - "url": "wss://avail.rpc.bountyblok.io", - "name": "Bountyblok node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", - "account": "https://avail.subscan.io/account/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-avail-prod.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-avail-prod.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-avail-prod.novasama-tech.org" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", - "addressPrefix": 42, - "options": [ - "pushSupport", - "multisig" - ], - "additional": { - "themeColor": "#58C8F6", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" - } - }, - { - "chainId": "3dbb473ae9b2b77ecf077c03546f0f8670c020e453dddb457da155e6cc7cba42", - "name": "Novasama Testnet - Governance", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": [ - "relaychain", - "nomination-pools" - ], - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-test-network-1.novasama-tech.org", - "name": "Novasama node" - } - ], - "externalApi": { - "governance-delegations": [ - { - "type": "subquery", - "url": "https://subquery-governance-testnet-stg.novasama-tech.org" - } - ], - "referendum-summary": [ - { - "type": "polkassembly", - "url": "https://novasama.polkassembly.io/api/v1/posts/summary", - "parameters": { - "network": "novasama" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "governance", - "proxy", - "testnet", - "multisig" - ], - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", - "name": "Cere", - "assets": [ - { - "assetId": 0, - "symbol": "CERE", - "precision": 10, - "priceId": "cere-network", - "icon": "CERE.svg", - "staking": [ - "relaychain" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.mainnet.cere.network/ws", - "name": "Cere node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://cere.statescan.io/#/accounts/{address}", - "event": "https://cere.statescan.io/#/events/{event}", - "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", - "addressPrefix": 54, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", - "name": "DENTNet", - "assets": [ - { - "assetId": 0, - "symbol": "DENTX", - "precision": 18, - "icon": "DENTX.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://rpc.dentnet.io/ws", - "name": "DENTNet node" - } - ], - "explorers": [ - { - "name": "DENTNet Explorer", - "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", - "addressPrefix": 9807, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend People", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://people-westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://sys.ibp.network/people-westend", - "name": "IBP1 node" - }, - { - "url": "wss://people-westend.dotters.network", - "name": "IBP2 node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://people-westend.subscan.io/extrinsic/{hash}", - "account": "https://people-westend.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://people-westend.statescan.io/#/accounts/{address}", - "extrinsic": "https://people-westend.statescan.io/#/extrinsics/{hash}", - "event": "https://people-westend.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_People.svg", - "addressPrefix": 42, - "additional": {}, - "options": [ - "testnet" - ] - }, - { - "chainId": "eip155:41455", - "name": "Aleph Zero EVM (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "type": "evmNative", - "icon": "AZERO.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://alephzero.drpc.org", - "name": "Aleph Zero EVM rpc node" - }, - { - "url": "wss://alephzero.drpc.org", - "name": "Aleph Zero EVM wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://evm-explorer.alephzero.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Aleph Zero EVM Explorer", - "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", - "account": "https://evm-explorer.alephzero.org/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 41455, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:8453", - "name": "Base", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://base-rpc.publicnode.com", - "name": "Base http node" - }, - { - "url": "https://base-pokt.nodies.app", - "name": "Pokt node" - }, - { - "url": "wss://base-rpc.publicnode.com", - "name": "Base public node" - }, - { - "url": "wss://base-mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", - "name": "Infura node" - } - ], - "explorers": [ - { - "name": "Basescan", - "extrinsic": "https://basescan.org/tx/{hash}", - "account": "https://basescan.org/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.basescan.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Base.svg", - "addressPrefix": 8453, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:324", - "name": "ZKsync Era", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://mainnet.era.zksync.io", - "name": "http node" - }, - { - "url": "https://1rpc.io/zksync2-era", - "name": "http node 2" - }, - { - "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", - "name": "http node 3" - }, - { - "url": "wss://mainnet.era.zksync.io/ws", - "name": "wss node" - } - ], - "explorers": [ - { - "name": "ZKsync Era explorer", - "extrinsic": "https://era.zksync.network/tx/{hash}", - "account": "https://era.zksync.network/address/{address}" - }, - { - "name": "Block explorer", - "extrinsic": "https://explorer.zksync.io/tx/{hash}", - "account": "https://explorer.zksync.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-era.zksync.network/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", - "addressPrefix": 324, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", - "name": "CC Enterprise", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "CTC.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.creditcoin.network/ws", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", - "account": "https://cc-enterprise.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42 - }, - { - "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", - "name": "Creditcoin", - "assets": [ - { - "assetId": 0, - "symbol": "CTC", - "precision": 18, - "priceId": "creditcoin-2", - "icon": "CTC.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://mainnet3.creditcoin.network", - "name": "Creditcoin Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", - "account": "https://creditcoin.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", - "name": "Humanode", - "assets": [ - { - "assetId": 0, - "symbol": "HMND", - "precision": 18, - "priceId": "humanode", - "icon": "HMND.svg" - } - ], - "nodes": [ - { - "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", - "name": "Humanode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", - "account": "https://humanode.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", - "addressPrefix": 5234 - }, - { - "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", - "name": "DeepBrain", - "assets": [ - { - "assetId": 0, - "symbol": "DBC", - "precision": 15, - "priceId": "deepbrain-chain", - "icon": "DBC.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://info.dbcwallet.io", - "name": "DBC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", - "account": "https://dbc.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", - "addressPrefix": 42 - }, - { - "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "peaq", - "assets": [ - { - "assetId": 0, - "symbol": "PEAQ", - "precision": 18, - "priceId": "peaq-2", - "icon": "PEAQ.svg" - } - ], - "nodes": [ - { - "url": "wss://peaq-rpc.publicnode.com", - "name": "Peaq node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", - "account": "https://peaq.subscan.io/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Laos", - "assets": [ - { - "assetId": 0, - "symbol": "LAOS", - "precision": 18, - "priceId": "laos-network", - "icon": "LAOS.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.laos.laosfoundation.io", - "name": "freeverse.io node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://laos.statescan.io/#/accounts/{address}", - "event": "https://laos.statescan.io/#/events/{event}" - }, - { - "name": "LAOS explorer", - "account": "https://explorer.laosnetwork.io/address/{address}", - "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", - "addressPrefix": 42, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Xode (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "XON", - "precision": 12, - "icon": "XON.svg" - }, - { - "assetId": 1, - "symbol": "XGM", - "precision": 12, - "icon": "XGM.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 2, - "symbol": "XAV", - "precision": 12, - "icon": "XAV.svg", - "type": "statemine", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 3, - "symbol": "AZK", - "precision": 12, - "icon": "AZK.png", - "type": "statemine", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 4, - "symbol": "IXON", - "precision": 12, - "icon": "IXON.svg", - "type": "statemine", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 5, - "symbol": "IXAV", - "precision": 12, - "icon": "IXAV.svg", - "type": "statemine", - "typeExtras": { - "assetId": "5" - } - }, - { - "assetId": 6, - "symbol": "IDON", - "precision": 12, - "icon": "IDON.png", - "type": "statemine", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 7, - "symbol": "MPC", - "precision": 12, - "icon": "MPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 8, - "symbol": "IMPC", - "precision": 12, - "icon": "IMPC.png", - "type": "statemine", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 9, - "symbol": "DON", - "precision": 12, - "icon": "DON.png", - "type": "statemine", - "typeExtras": { - "assetId": "9" - } - } - ], - "nodes": [ - { - "url": "wss://rpc-kr.xode.net", - "name": "Xode archive node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode_Kusama.svg", - "addressPrefix": 42 - }, - { - "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "JAMTON", - "assets": [ - { - "assetId": 0, - "symbol": "DOTON", - "precision": 18, - "icon": "DOTON.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.jamton.network", - "name": "Jamton node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", - "addressPrefix": 5589, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", - "overridesCommon": true - } - }, - { - "chainId": "c84b77ebc80ef7413dbc04b6385b9ae7dff5811cfb2fd38025e67487389f666a", - "name": "Novasama Testnet - Fellowship", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://westend-collectives-a-parachain.novasama-tech.org/dd98924e-ac7f-49e8-ac8f-00673c616bdc", - "name": "Novasama node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "713daf193a6301583ff467be736da27ef0a72711b248927ba413f573d2b38e44", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend Collectives", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg" - } - ], - "nodes": [ - { - "url": "wss://collectives-westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://westend-collectives-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://collectives-westend.statescan.io/#/accounts/{address}", - "extrinsic": "https://collectives-westend.statescan.io/#/extrinsics/{hash}", - "event": "https://collectives-westend.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", - "name": "Tangle", - "assets": [ - { - "assetId": 0, - "symbol": "TNT", - "precision": 18, - "priceId": "tangle-network", - "icon": "TNT.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.tangle.tools", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://tangle.statescan.io/#/accounts/{address}", - "event": "https://tangle.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", - "addressPrefix": 5845, - "additional": { - "disabledCheckMetadataHash": true - } - }, - { - "chainId": "15f6788bcf1d1a3b7e1c36074584e1a3f3d07e0a46e362a102c3c3df1a93669f", - "name": "Muse Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "MUSE", - "staking": [ - "mythos" - ], - "precision": 18, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://paseo-muse-rpc.polkadot.io", - "name": "Muse node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 29972, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" - } - ] - }, - "options": [ - "testnet", - "ethereumBased" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", - "feeViaRuntimeCall": true, - "sessionLength": 25, - "defaultBlockTime": 6000 - } - }, - { - "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot Coretime", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "DOT.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/coretime-polkadot", - "name": "IBP1 node" - }, - { - "url": "wss://coretime-polkadot.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-coretime-polkadot.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://polkadot-coretime-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", - "account": "https://coretime-polkadot.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://coretime-polkadot.statescan.io/#/accounts/{address}", - "extrinsic": "https://coretime-polkadot.statescan.io/#/extrinsics/{hash}", - "event": "https://coretime-polkadot.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", - "addressPrefix": 0, - "options": [ - "multisig" - ], - "additional": { - "supportsGenericLedgerApp": true, - "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" - } - }, - { - "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama Coretime", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://sys.ibp.network/coretime-kusama", - "name": "IBP1 node" - }, - { - "url": "wss://coretime-kusama.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://rpc-coretime-kusama.luckyfriday.io", - "name": "LuckyFriday node" - }, - { - "url": "wss://kusama-coretime-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://ksm-rpc.stakeworld.io/coretime", - "name": "Stakeworld node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", - "account": "https://coretime-kusama.subscan.io/account/{address}" - }, - { - "name": "Statescan", - "account": "https://coretime-kusama.statescan.io/#/accounts/{address}", - "extrinsic": "https://coretime-kusama.statescan.io/#/extrinsics/{hash}", - "event": "https://coretime-kusama.statescan.io/#/events/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", - "addressPrefix": 2, - "options": [ - "multisig" - ], - "additional": { - "supportsGenericLedgerApp": true, - "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" - } - }, - { - "chainId": "dffb39a66d80b9adb6bdbd7564a9215a1606596062578bf536480de6cc780c2d", - "name": "Argochain (PAUSED)", - "assets": [ - { - "assetId": 0, - "symbol": "AGC", - "precision": 18, - "priceId": "argocoin-2", - "icon": "AGC.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.devolvedai.com", - "name": "ArgoChain node" - } - ], - "explorers": [ - { - "name": "Argochain Scanner", - "account": "https://scanner.argoscan.net/address/{address}", - "extrinsic": "https://scanner.argoscan.net/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Argochain.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "dd6d086f75ec041b66e20c4186d327b23c8af244c534a2418de6574e8c041a60", - "name": "Tanssi", - "assets": [ - { - "assetId": 0, - "symbol": "TANSSI", - "precision": 12, - "priceId": "tanssi", - "icon": "TANSSI.svg" - } - ], - "nodes": [ - { - "url": "wss://services.tanssi-mainnet.network/tanssi", - "name": "Tanssi Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://tanssi.subscan.io/extrinsic/{hash}", - "account": "https://tanssi.subscan.io/account/account/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanssi.svg", - "addressPrefix": 42, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "b2985e778bb748c70e450dcc084cc7da79fe742cc23d3b040abd7028187de69c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Xode", - "assets": [ - { - "assetId": 0, - "symbol": "XON", - "precision": 12, - "icon": "XON.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "icon": "USDT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "1984" - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "icon": "DOT.svg", - "type": "statemine", - "typeExtras": { - "assetId": "100000000" - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpcnode.xode.net", - "name": "XodeCommunity node" - }, - { - "url": "wss://xode-polkadot-rpc-01.zeeve.net/y0yxg038wn1fncc/rpc", - "name": "Zeeve node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode-Polkadot.svg", - "addressPrefix": 280, - "additional": { - "supportsGenericLedgerApp": true - } - }, - { - "chainId": "086319b29662e34a4f7a3de034afe64c93e3ed477e3aed3ab3ef6e31d33bc179", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "RegionX", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "KSM.svg" - } - ], - "nodes": [ - { - "url": "wss://regionx-kusama-archive-01.zeeve.net/x9rg5n6tcaosq4t/rpc", - "name": "RegionX node" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/RegionX_Kusama.svg", - "addressPrefix": 74 - }, - { - "chainId": "eip155:420420422", - "name": "Polkadot Hub TestNet", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "type": "evmNative", - "icon": "PAS.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://testnet-passet-hub-eth-rpc.polkadot.io", - "name": "Polkadot Hub rpc node" - }, - { - "url": "wss://passet-hub-paseo.ibp.network", - "name": "Polkadot Hub wss node" - } - ], - "explorers": [ - { - "name": "Blockscan", - "extrinsic": "https://blockscout-passet-hub.parity-testnet.parity.io/tx/{hash}", - "account": "https://blockscout-passet-hub.parity-testnet.parity.io/address/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://blockscout-passet-hub.parity-testnet.parity.io/api/v2/", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", - "addressPrefix": 420420422, - "options": [ - "ethereumBased", - "noSubstrateRuntime", - "testnet" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Relay", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "name": "Polkadot", + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-polkadot-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-polkadot-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://dot-rpc.stakeworld.io", + "name": "Stakeworld node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + }, + { + "url": "wss://rpc-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://polkadot.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-stg.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "proxy", + "fullSyncByDefault", + "pushSupport", + "multisig" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Relay", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "name": "Kusama", + "icon": "KSM.svg", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "KSM", + "blockchain": "KSM" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kusama-1.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc-kusama-2.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP1 node" + }, + { + "url": "wss://kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://apps-kusama-rpc.polkadot.io", + "name": "Public node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://rpc-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://kusama.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-stg.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend-dev.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "governance", + "proxy", + "fullSyncByDefault", + "pushSupport", + "multisig" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "sellProviders": { + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://westend.statescan.io/#/accounts/{address}", + "extrinsic": "https://westend.statescan.io/#/extrinsics/{hash}", + "event": "https://westend.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ] + }, + "options": [ + "testnet", + "governance", + "proxy", + "multisig" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true, + "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Asset Hub (TESTNET)", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "name": "Westend", + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://asset-hub-westend-rpc.dwellir.com", + "name": "Dwellir" + }, + { + "url": "wss://westmint-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia" + }, + { + "url": "wss://sys.ibp.network/asset-hub-westend", + "name": "IBP1" + }, + { + "url": "wss://asset-hub-westend.dotters.network", + "name": "IBP2" + }, + { + "url": "wss://westend-asset-hub-rpc.polkadot.io", + "name": "Parity" + }, + { + "url": "wss://asset-hub-westend.rpc.permanence.io", + "name": "Permanence DAO EU" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-westend.subscan.io/extrinsic/{hash}", + "account": "https://assethub-westend.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://assethub-westend.statescan.io/#/accounts/{address}", + "extrinsic": "https://assethub-westend.statescan.io/#/extrinsics/{hash}", + "event": "https://assethub-westend.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-ah-stg.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-ah-stg.novasama-tech.org" + }, + { + "type": "subquery", + "url": "https://subquery-history-westend-prod.novasama-tech.org/" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-westend-ah-stg.novasama-tech.org" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-westend-ah-stg.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "swap-hub", + "proxy", + "governance" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true, + "timelineChain": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "sessionsPerEra": 7, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "name": "Kusama", + "icon": "KSM.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "priceId": "kusama", + "buyProviders": { + "mercuryo": {}, + "transak": { + "network": "KUSMAASSETHUB" + } + }, + "sellProviders": { + "mercuryo": {}, + "transak": { + "network": "KUSMAASSETHUB" + } + } + }, + { + "assetId": 1, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "RMRK.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "0x02010902", + "palletName": "ForeignAssets" + } + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/statemine", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-kusama.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://assethub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://assethub-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://assethub-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://assethub-kusama.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-prod.novasama-tech.org" + }, + { + "type": "subquery", + "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-ah-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-kusama-ah-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Asset_Hub.svg", + "addressPrefix": 2, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig", + "governance", + "pushSupport", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/kusama-ksm-staking", + "stakingMaxElectingVoters": 12500, + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "timelineChain": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe" + } + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "KAR.svg", + "priceId": "karura", + "buyProviders": { + "banxa": { + "coinType": "KAR", + "blockchain": "KAR" + } + } + }, + { + "assetId": 1, + "symbol": "aSEEDk", + "precision": 12, + "icon": "aSEEDk.svg", + "priceId": "ausd-seed-karura", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "BNC.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "QTZ.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "CSM.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "KMA.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "TEER.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "NEER.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "BSX.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "AIR.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "GENS.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "CRAB.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://karura-rpc.n.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "subsquare", + "url": "https://karura.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "MOVR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "MOVR", + "blockchain": "MOVR" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK (old)", + "precision": 10, + "priceId": "rmrk", + "type": "evm", + "icon": "RMRK.svg", + "typeExtras": { + "contractAddress": "0xffffffFF893264794d9d57E1E0E21E0042aF5A0A" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "evm", + "icon": "KSM.svg", + "typeExtras": { + "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "evm", + "icon": "KINT.svg", + "typeExtras": { + "contractAddress": "0xfffFFFFF83F4f317d3cbF6EC6250AeC3697b3fF2" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "evm", + "icon": "KAR.svg", + "typeExtras": { + "contractAddress": "0xFfFFFFfF08220AD2E6e157f26eD8bD22A336A0A5" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "evm", + "icon": "BNC.svg", + "typeExtras": { + "contractAddress": "0xFFfFFfFFF075423be54811EcB478e911F22dDe7D" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "evm", + "icon": "kBTC.svg", + "typeExtras": { + "contractAddress": "0xFFFfFfFfF6E528AD57184579beeE00c5d5e646F0" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "evm", + "icon": "USDT.svg", + "typeExtras": { + "contractAddress": "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d" + } + }, + { + "assetId": 8, + "symbol": "xcaSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "statemine", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "evm", + "icon": "CSM.svg", + "typeExtras": { + "contractAddress": "0xffFfFFFf519811215E05eFA24830Eebe9c43aCD7" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "evm", + "icon": "PHA.svg", + "typeExtras": { + "contractAddress": "0xffFfFFff8E6b63d9e447B6d4C45BDA8AF9dc9603" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "evm", + "icon": "HKO.svg", + "typeExtras": { + "contractAddress": "0xffffffFF394054BCDa1902B6A6436840435655a3" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "evm", + "icon": "KMA.svg", + "typeExtras": { + "contractAddress": "0xFFffFffFA083189f870640b141ae1E882c2b5bad" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "evm", + "icon": "CRAB.svg", + "typeExtras": { + "contractAddress": "0xFFFffFfF8283448b3cB519Ca4732F2ddDC6A6165" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "evm", + "icon": "TEER.svg", + "typeExtras": { + "contractAddress": "0xFfFfffFf4F0CD46769550E5938F6beE2F5d4ef1e" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "evm", + "icon": "LIT.svg", + "typeExtras": { + "contractAddress": "0xfffFFfFF31103d490325BB0a8E40eF62e2F614C0" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "evm", + "icon": "SDN.svg", + "typeExtras": { + "contractAddress": "0xFFFfffFF0Ca324C842330521525E7De111F38972" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "evm", + "icon": "XRT.svg", + "typeExtras": { + "contractAddress": "0xFffFFffF51470Dca3dbe535bD2880a9CcDBc6Bd9" + } + }, + { + "assetId": 18, + "symbol": "xcvKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "evm", + "icon": "vKSM.svg", + "typeExtras": { + "contractAddress": "0xFFffffFFC6DEec7Fc8B11A2C8ddE9a59F8c62EFe" + } + }, + { + "assetId": 19, + "symbol": "xcvBNC", + "precision": 12, + "type": "evm", + "icon": "vBNC.svg", + "typeExtras": { + "contractAddress": "0xFFffffff3646A00f78caDf8883c5A2791BfCDdc4" + } + }, + { + "assetId": 20, + "symbol": "xcvMOVR", + "precision": 18, + "type": "evm", + "icon": "vMOVR.svg", + "typeExtras": { + "contractAddress": "0xfFfffFfF98e37bF6a393504b5aDC5B53B4D0ba11" + } + }, + { + "assetId": 21, + "symbol": "xcMGX", + "precision": 18, + "type": "evm", + "priceId": "mangata-x", + "icon": "MGX.svg", + "typeExtras": { + "contractAddress": "0xffFfFffF58d867EEa1Ce5126A4769542116324e9" + } + }, + { + "assetId": 22, + "symbol": "xcTUR", + "precision": 10, + "type": "evm", + "priceId": "turing-network", + "icon": "TUR.svg", + "typeExtras": { + "contractAddress": "0xfFffffFf6448d0746f2a66342B67ef9CAf89478E" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver-rpc.publicnode.com", + "name": "Allnodes node" + }, + { + "url": "wss://moonriver.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-moonriver-prod.novasama-tech.org" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-moonriver-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-moonriver-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://moonriver.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-moonriver-stg.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "proxy", + "multisig" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": [ + "parachain" + ], + "assetId": 0, + "symbol": "DEV", + "icon": "Default.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "Default.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://moonbase-alpha.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://moonbase-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.api.moonbase.moonbeam.network", + "name": "Moonbase node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "SDN.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "aSEEDk", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-karura", + "icon": "aSEEDk.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "CSM.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "KAR.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "statemine", + "icon": "vKSM.svg", + "typeExtras": { + "assetId": "18446744073709551628", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551627", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden-rpc.n.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://shiden.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "externalApi": { + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + }, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "BNC.svg", + "priceId": "bifrost-native-coin", + "staking": [ + "parachain" + ], + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNC" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK (old)", + "precision": 10, + "type": "orml", + "icon": "RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "KAR.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "MOVR.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "type": "orml", + "icon": "vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "vMOVR", + "precision": 18, + "type": "orml", + "icon": "vMOVR.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://us.bifrost-rpc.liebi.com/ws", + "name": "LiebiUS node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost-kusama.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "KINT", + "blockchain": "KINT" + } + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "KSM-kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "kBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "qkBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "qKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "qUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kintsugi-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "EDG.svg", + "staking": [ + "aura-relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc3.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Edgescan", + "extrinsic": "https://edgscan.ink/#/extrinsics/{hash}", + "event": "https://edgscan.ink/#/events/{event}", + "account": "https://edgscan.ink/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "BSX.svg", + "buyProviders": { + "banxa": { + "coinType": "BSX", + "blockchain": "BSX" + } + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDk", + "precision": 12, + "priceId": "ausd-seed-karura", + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "TNKR.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "XRT.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://basilisk-rpc.n.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "additional": { + "feeViaRuntimeCall": false + } + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "AIR.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "subsquare", + "url": "https://altair.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance" + ], + "additional": { + "feeViaRuntimeCall": true, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "precision": 15, + "buyProviders": { + "banxa": { + "coinType": "KILT", + "blockchain": "KILT" + } + } + } + ], + "nodes": [ + { + "url": "wss://kilt.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://kilt.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "PILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "QTZ.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "ACA.svg", + "buyProviders": { + "banxa": { + "coinType": "ACA", + "blockchain": "ACA" + } + } + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aSEEDp", + "precision": 12, + "priceId": "ausd-seed-acala", + "type": "orml", + "icon": "aSEEDp.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium-token", + "type": "orml", + "icon": "EQ.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "NEMO", + "precision": 18, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x02fa904c86b73fd041d6cc2aeed9e6ec0148fd51da", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala-rpc.n.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "subsquare", + "url": "https://acala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "ACA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "GLMR.svg", + "staking": [ + "parachain" + ], + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "banxa": { + "coinType": "GLMR", + "blockchain": "GLMR" + } + }, + "sellProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "evm", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "contractAddress": "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080" + } + }, + { + "assetId": 2, + "symbol": "xcaSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "evm", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "contractAddress": "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "evm", + "icon": "PARA.svg", + "typeExtras": { + "contractAddress": "0xFfFffFFF18898CB5Fe1E88E668152B4f4052A947" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "evm", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "contractAddress": "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "evm", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "contractAddress": "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "evm", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "contractAddress": "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "evm", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "contractAddress": "0xFFFfFfFf63d24eCc8eB8a7b5D0803e900F7b6cED" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "evm", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "contractAddress": "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d" + } + }, + { + "assetId": 11, + "symbol": "xcCFG", + "precision": 18, + "type": "evm", + "priceId": "centrifuge", + "icon": "CFG.svg", + "typeExtras": { + "contractAddress": "0xFFfFfFff44bD9D2FFEE20B25D1Cf9E78Edb6Eae3" + } + }, + { + "assetId": 12, + "symbol": "xcBNC", + "precision": 12, + "type": "evm", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "contractAddress": "0xFFffffFf7cC06abdF7201b350A1265c62C8601d2" + } + }, + { + "assetId": 13, + "symbol": "xcEQ", + "precision": 9, + "type": "evm", + "priceId": "equilibrium-token", + "icon": "EQ.svg", + "typeExtras": { + "contractAddress": "0xFffFFfFf8f6267e040D8a0638C576dfBa4F0F6D6" + } + }, + { + "assetId": 14, + "symbol": "xcEQD", + "precision": 9, + "type": "evm", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "contractAddress": "0xFFffFfFF8cdA1707bAF23834d211B08726B1E499" + } + }, + { + "assetId": 15, + "symbol": "xcHDX", + "precision": 12, + "type": "evm", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "contractAddress": "0xFFFfFfff345Dc44DDAE98Df024Eb494321E73FcC" + } + }, + { + "assetId": 16, + "symbol": "xcNODL", + "precision": 11, + "type": "evm", + "priceId": "nodle-network", + "icon": "NODL.svg", + "typeExtras": { + "contractAddress": "0xfffffffFe896ba7Cb118b9Fa571c6dC0a99dEfF1" + } + }, + { + "assetId": 17, + "symbol": "xcRING", + "precision": 18, + "type": "evm", + "priceId": "darwinia-network-native-token", + "icon": "RING.svg", + "typeExtras": { + "contractAddress": "0xFfffFfff5e90e365eDcA87fB4c8306Df1E91464f" + } + }, + { + "assetId": 18, + "symbol": "xcOTP", + "precision": 12, + "type": "statemine", + "icon": "OTP.svg", + "typeExtras": { + "assetId": "238111524681612888331172110363070489924", + "isSufficient": true + } + }, + { + "assetId": 19, + "symbol": "xcvDOT", + "precision": 10, + "type": "evm", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "contractAddress": "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf" + } + }, + { + "assetId": 20, + "symbol": "xcvFIL", + "precision": 18, + "type": "evm", + "icon": "vFIL.svg", + "typeExtras": { + "contractAddress": "0xFffffFffCd0aD0EA6576B7b285295c85E94cf4c1" + } + }, + { + "assetId": 21, + "symbol": "xcvGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "evm", + "icon": "vGLMR.svg", + "typeExtras": { + "contractAddress": "0xFfFfFFff99dABE1a8De0EA22bAa6FD48fdE96F6c" + } + }, + { + "assetId": 22, + "symbol": "xcMANTA", + "precision": 18, + "type": "evm", + "priceId": "manta-network", + "icon": "MANTA.svg", + "typeExtras": { + "contractAddress": "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841" + } + }, + { + "assetId": 23, + "symbol": "xcUSDC", + "precision": 6, + "type": "evm", + "priceId": "usd-coin", + "icon": "USDC.svg", + "typeExtras": { + "contractAddress": "0xFFfffffF7D2B0B761Af01Ca8e25242976ac0aD7D" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://moonbeam.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://moonbeam.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}" + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-moonbeam-stg.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance", + "proxy", + "multisig" + ], + "additional": { + "themeColor": "#9968CE", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonbeam-glmr-staking", + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + }, + "banxa": { + "coinType": "ETH", + "blockchain": "ETH" + } + }, + "sellProviders": { + "transak": { + "network": "ETHEREUM" + }, + "mercuryo": { + "network": "ETHEREUM" + } + } + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://ethereum-rpc.publicnode.com", + "name": "Allnodes rpc node" + }, + { + "url": "https://1rpc.io/eth", + "name": "One rpc node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 2" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:11155111", + "name": "Ethereum - Sepolia", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://ethereum-sepolia-rpc.publicnode.com", + "name": "Public Test Node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://sepolia.etherscan.io/tx/{hash}", + "account": "https://sepolia.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://sepolia.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 11155111, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "ASTR.svg", + "precision": 18, + "buyProviders": { + "banxa": { + "coinType": "ASTR", + "blockchain": "ASTR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "18446744073709551619", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "INTR.svg", + "typeExtras": { + "assetId": "18446744073709551621", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "18446744073709551622", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "ACA.svg", + "typeExtras": { + "assetId": "18446744073709551616", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "aSEEDp", + "precision": 12, + "type": "statemine", + "priceId": "ausd-seed-acala", + "icon": "aSEEDp.svg", + "typeExtras": { + "assetId": "18446744073709551617", + "isSufficient": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "4294969280", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "assetId": "18446744073709551623", + "isSufficient": true + } + }, + { + "assetId": 11, + "symbol": "UNQ", + "precision": 18, + "type": "statemine", + "priceId": "unique-network", + "icon": "UNQ.svg", + "typeExtras": { + "assetId": "18446744073709551631", + "isSufficient": true + } + }, + { + "assetId": 12, + "symbol": "vDOT", + "precision": 10, + "type": "statemine", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "assetId": "18446744073709551624", + "isSufficient": true + } + }, + { + "assetId": 13, + "symbol": "EQD", + "precision": 9, + "type": "statemine", + "priceId": "tether", + "icon": "EQD.svg", + "typeExtras": { + "assetId": "18446744073709551629", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-astar-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "name": "Polkadot", + "priceId": "polkadot", + "icon": "DOT.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "buyProviders": { + "transak": { + "network": "ASSETHUB" + }, + "mercuryo": {}, + "banxa": { + "coinType": "DOT", + "blockchain": "DOT" + } + }, + "sellProviders": { + "transak": { + "network": "ASSETHUB" + }, + "mercuryo": {} + } + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "1984", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC.svg", + "typeExtras": { + "assetId": "1337", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "30" + } + }, + { + "assetId": 4, + "symbol": "PINK", + "precision": 10, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "23" + } + }, + { + "assetId": 5, + "symbol": "DOTA", + "precision": 4, + "type": "statemine", + "icon": "DOTA.svg", + "typeExtras": { + "assetId": "18" + } + }, + { + "assetId": 6, + "symbol": "STINK", + "precision": 10, + "type": "statemine", + "icon": "STINK.svg", + "typeExtras": { + "assetId": "42069" + } + }, + { + "assetId": 7, + "symbol": "GABE", + "precision": 20, + "type": "statemine", + "icon": "GABE.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 8, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "statemine", + "icon": "WUD.svg", + "typeExtras": { + "assetId": "31337" + } + }, + { + "assetId": 9, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "palletName": "ForeignAssets", + "isSufficient": true + } + }, + { + "assetId": 10, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "statemine", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403002260fac5e5542a773aa44fbcfedf7c193bc2c599", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 11, + "symbol": "WIFD", + "precision": 10, + "type": "statemine", + "icon": "WIFD.svg", + "typeExtras": { + "assetId": "17" + } + }, + { + "assetId": 12, + "symbol": "BORK", + "precision": 10, + "type": "statemine", + "icon": "BORK.svg", + "typeExtras": { + "assetId": "690" + } + }, + { + "assetId": 13, + "symbol": "BUNS", + "precision": 10, + "type": "statemine", + "icon": "BUNS.svg", + "typeExtras": { + "assetId": "1234" + } + }, + { + "assetId": 14, + "symbol": "KOL", + "precision": 12, + "type": "statemine", + "icon": "KOL.svg", + "typeExtras": { + "assetId": "86" + } + }, + { + "assetId": 15, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH.svg", + "typeExtras": { + "assetId": "0x010100a534", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 16, + "symbol": "MYTH-Snowbridge", + "precision": 18, + "priceId": "mythos", + "type": "statemine", + "icon": "MYTH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300ba41ddf06b7ffd89d1267b5a93bfef2424eb2003", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 17, + "symbol": "USDC-Snowbridge", + "precision": 6, + "priceId": "usd-coin", + "type": "statemine", + "icon": "USDC-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 18, + "symbol": "USDT-Snowbridge", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "USDT-Snowbridge.svg", + "typeExtras": { + "assetId": "0x02020907040300dac17f958d2ee523a2206206994597c13d831ec7", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 19, + "symbol": "DAI-Snowbridge", + "precision": 18, + "priceId": "dai", + "type": "statemine", + "icon": "DAI-Snowbridge.svg", + "typeExtras": { + "assetId": "0x020209070403006b175474e89094c44da98b954eedeac495271d0f", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 20, + "symbol": "BASTI", + "precision": 12, + "type": "statemine", + "icon": "Default.svg", + "typeExtras": { + "assetId": "22222015" + } + }, + { + "assetId": 21, + "symbol": "DAMN", + "precision": 12, + "type": "statemine", + "icon": "DAMN.svg", + "typeExtras": { + "assetId": "22222012" + } + }, + { + "assetId": 22, + "symbol": "BILLCOIN", + "precision": 12, + "type": "statemine", + "icon": "BILLCOIN.svg", + "typeExtras": { + "assetId": "50000075" + } + }, + { + "assetId": 23, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "KSM.svg", + "typeExtras": { + "assetId": "0x02010903", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 24, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "statemine", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "assetId": "0x0201090704", + "palletName": "ForeignAssets" + } + }, + { + "assetId": 26, + "symbol": "MPC", + "precision": 12, + "priceId": "my-paqman-coin", + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "50000103" + } + }, + { + "assetId": 27, + "symbol": "DON", + "precision": 12, + "priceId": "paydon", + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "50000111" + } + } + ], + "nodes": [ + { + "url": "wss://asset-hub-polkadot-rpc.n.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://sys.ibp.network/asset-hub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://asset-hub-polkadot.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://assethub-polkadot.subscan.io/account/{address}", + "extrinsic": "https://assethub-polkadot.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://assethub-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://assethub-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://assethub-polkadot.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-prod.novasama-tech.org" + }, + { + "type": "subquery", + "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-ah-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot-api.subsquare.io" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-polkadot-ah-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "crowdloans", + "swap-hub", + "assethub-fees", + "proxy", + "multisig", + "governance", + "pushSupport", + "fullSyncByDefault" + ], + "additional": { + "themeColor": "#E6007A", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-dot-staking", + "stakingMaxElectingVoters": 22500, + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "timelineChain": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "defaultBlockTime": 2000 + } + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "XRT.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "KSM.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics-freemium.subscan.io/extrinsic/{hash}", + "account": "https://robonomics-freemium.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/encointer-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://encointer-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-encointer-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "priceId": "picasso", + "icon": "PICA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": [ + "parachain" + ], + "precision": 10, + "priceId": "zeitgeist", + "icon": "ZTG.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0500000000", + "currencyIdType": "zeitgeist_primitives.asset.Asset", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-zeitgeist-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://zeitgeist.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/zeitgeist-ztg-staking", + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-subsocial-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "CSM.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-sha-subscan.crustnetwork.xyz", + "name": "Subscan node" + }, + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://shadow.statescan.io/#/accounts/{address}", + "extrinsic": "https://shadow.statescan.io/#/extrinsics/{hash}", + "event": "https://shadow.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-shadow-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "TEER.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-integritee-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "CFG.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://rpc-centrifuge.luckyfriday.io", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-centrifuge-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hydration", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "HDX.svg", + "buyProviders": { + "banxa": { + "coinType": "HDX", + "blockchain": "HDX" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI-Acala", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-Acala", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-Acala", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Acala.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0b000000", + "currencyIdType": "u32", + "existentialDeposit": "36", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "type": "orml", + "icon": "ZTG.svg", + "typeExtras": { + "currencyIdScale": "0x0c000000", + "currencyIdType": "u32", + "existentialDeposit": "1204151916", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x09000000", + "currencyIdType": "u32", + "existentialDeposit": "147058823529412000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0a000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "type": "orml", + "icon": "CFG.svg", + "typeExtras": { + "currencyIdScale": "0x0d000000", + "currencyIdType": "u32", + "existentialDeposit": "32467532467532500", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "orml", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "68795189840", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "DAI-Moonbeam", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "DAI-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x12000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "WBTC-Moonbeam", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x13000000", + "currencyIdType": "u32", + "existentialDeposit": "34", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "WETH-Moonbeam", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x14000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x16000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "34854864344868000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x11000000", + "currencyIdType": "u32", + "existentialDeposit": "6164274209", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "SUB", + "precision": 10, + "priceId": "subsocial", + "icon": "SUB.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x18000000", + "currencyIdType": "u32", + "existentialDeposit": "20000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "18761726", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x08000000", + "currencyIdType": "u32", + "existentialDeposit": "54945054945", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "USDC-Moonbeam", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x15000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "4-Pool", + "precision": 18, + "type": "orml", + "icon": "4-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x64000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "2-Pool", + "precision": 18, + "type": "orml", + "icon": "2-Pool.svg", + "typeExtras": { + "currencyIdScale": "0x65000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "2-Pool-Stbl", + "precision": 18, + "type": "orml", + "icon": "2-Pool-Stbl.svg", + "typeExtras": { + "currencyIdScale": "0x66000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "type": "orml", + "icon": "UNQ.svg", + "typeExtras": { + "currencyIdScale": "0x19000000", + "currencyIdType": "u32", + "existentialDeposit": "1224384348939740000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "type": "orml", + "icon": "NODL.svg", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "109890109890", + "transfersEnabled": true + } + }, + { + "assetId": 27, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "type": "orml", + "icon": "CRU.svg", + "typeExtras": { + "currencyIdScale": "0x1b000000", + "currencyIdType": "u32", + "existentialDeposit": "7874015748", + "transfersEnabled": true + } + }, + { + "assetId": 28, + "symbol": "USDT-Moonbeam", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT-Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x17000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 29, + "symbol": "DED", + "precision": 10, + "priceId": "dot-is-ded", + "type": "orml", + "icon": "DED.svg", + "typeExtras": { + "currencyIdScale": "0x53420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 30, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x55420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 31, + "symbol": "STINK", + "precision": 10, + "type": "orml", + "icon": "STINK.svg", + "typeExtras": { + "currencyIdScale": "0x62420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 32, + "symbol": "DOTA", + "precision": 4, + "type": "orml", + "icon": "DOTA.svg", + "typeExtras": { + "currencyIdScale": "0x66420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 33, + "symbol": "GABE", + "precision": 20, + "type": "orml", + "icon": "GABE.svg", + "typeExtras": { + "currencyIdScale": "0x7e420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 34, + "symbol": "KILT", + "precision": 15, + "type": "orml", + "priceId": "kilt-protocol", + "icon": "KILT.svg", + "typeExtras": { + "currencyIdScale": "0x1c000000", + "currencyIdType": "u32", + "existentialDeposit": "21358393848783", + "transfersEnabled": true + } + }, + { + "assetId": 35, + "symbol": "WUD", + "precision": 10, + "priceId": "gavun-wud", + "type": "orml", + "icon": "WUD.svg", + "typeExtras": { + "currencyIdScale": "0x95420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 36, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "type": "orml", + "icon": "MYTH.svg", + "typeExtras": { + "currencyIdScale": "0x1e000000", + "currencyIdType": "u32", + "existentialDeposit": "21367521367521400", + "transfersEnabled": true + } + }, + { + "assetId": 37, + "symbol": "WETH-Snowbridge", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x06430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 38, + "symbol": "WBTC-Snowbridge", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "WBTC-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0xfe420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 39, + "symbol": "WIFD", + "precision": 10, + "type": "orml", + "icon": "WIFD.svg", + "typeExtras": { + "currencyIdScale": "0x92420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 40, + "symbol": "BORK", + "precision": 10, + "type": "orml", + "icon": "BORK.svg", + "typeExtras": { + "currencyIdScale": "0xd4420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 41, + "symbol": "BUNS", + "precision": 10, + "type": "orml", + "icon": "BUNS.svg", + "typeExtras": { + "currencyIdScale": "0xf1420f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 42, + "symbol": "KOL", + "precision": 12, + "type": "orml", + "icon": "KOL.svg", + "typeExtras": { + "currencyIdScale": "0x07430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 43, + "symbol": "vASTR", + "precision": 18, + "priceId": "bifrost-voucher-astr", + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x21000000", + "currencyIdType": "u32", + "existentialDeposit": "133689839572193000", + "transfersEnabled": true + } + }, + { + "assetId": 44, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "type": "orml", + "icon": "AJUN.svg", + "typeExtras": { + "currencyIdScale": "0x20000000", + "currencyIdType": "u32", + "existentialDeposit": "100786131828", + "transfersEnabled": true + } + }, + { + "assetId": 45, + "symbol": "AAVE", + "precision": 18, + "priceId": "aave", + "type": "orml", + "icon": "AAVE.svg", + "typeExtras": { + "currencyIdScale": "0xb0440f00", + "currencyIdType": "u32", + "existentialDeposit": "59084194977843", + "transfersEnabled": true + } + }, + { + "assetId": 46, + "symbol": "BASTI", + "precision": 12, + "type": "orml", + "icon": "Default.svg", + "typeExtras": { + "currencyIdScale": "0x64430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 47, + "symbol": "DAMN", + "precision": 12, + "type": "orml", + "icon": "DAMN.svg", + "typeExtras": { + "currencyIdScale": "0x5e430f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 48, + "symbol": "SOL-Wormhole", + "precision": 9, + "priceId": "solana", + "type": "orml", + "icon": "SOL-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x30450f00", + "currencyIdType": "u32", + "existentialDeposit": "46339", + "transfersEnabled": true + } + }, + { + "assetId": 49, + "symbol": "SUI-Wormhole", + "precision": 9, + "type": "orml", + "icon": "SUI-Wormhole.svg", + "typeExtras": { + "currencyIdScale": "0x31450f00", + "currencyIdType": "u32", + "existentialDeposit": "2652520", + "transfersEnabled": true + } + }, + { + "assetId": 50, + "symbol": "tBTC", + "precision": 18, + "priceId": "tbtc", + "type": "orml", + "icon": "tBTC.svg", + "typeExtras": { + "currencyIdScale": "0x3d450f00", + "currencyIdType": "u32", + "existentialDeposit": "106803374987", + "transfersEnabled": true + } + }, + { + "assetId": 51, + "symbol": "BILLCOIN", + "precision": 12, + "type": "orml", + "icon": "BILLCOIN.svg", + "typeExtras": { + "currencyIdScale": "0x3a450f00", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 52, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x43450f00", + "currencyIdType": "u32", + "existentialDeposit": "313283208", + "transfersEnabled": true + } + }, + { + "assetId": 53, + "symbol": "EWT", + "precision": 18, + "priceId": "energy-web-token", + "type": "orml", + "icon": "EWT.svg", + "typeExtras": { + "currencyIdScale": "0x6dda0300", + "currencyIdType": "u32", + "existentialDeposit": "3244646333550", + "transfersEnabled": true + } + }, + { + "assetId": 54, + "symbol": "LINK", + "precision": 18, + "priceId": "chainlink", + "type": "orml", + "icon": "LINK.svg", + "typeExtras": { + "currencyIdScale": "0x5a450f00", + "currencyIdType": "u32", + "existentialDeposit": "436681222707424", + "transfersEnabled": true + } + }, + { + "assetId": 55, + "symbol": "LDO", + "precision": 18, + "priceId": "lido-dao", + "type": "orml", + "icon": "LDO.svg", + "typeExtras": { + "currencyIdScale": "0x5c450f00", + "currencyIdType": "u32", + "existentialDeposit": "5102040816326530", + "transfersEnabled": true + } + }, + { + "assetId": 56, + "symbol": "SKY", + "precision": 18, + "type": "orml", + "icon": "SKY.svg", + "typeExtras": { + "currencyIdScale": "0x5b450f00", + "currencyIdType": "u32", + "existentialDeposit": "211685012701101000", + "transfersEnabled": true + } + }, + { + "assetId": 57, + "symbol": "ETH-Snowbridge", + "precision": 18, + "priceId": "ethereum", + "type": "orml", + "icon": "WETH-Snowbridge.svg", + "typeExtras": { + "currencyIdScale": "0x22000000", + "currencyIdType": "u32", + "existentialDeposit": "5373455131650", + "transfersEnabled": true + } + }, + { + "assetId": 58, + "symbol": "GDOT", + "precision": 18, + "priceId": "gigadot", + "type": "orml-hydration-evm", + "icon": "GIGADOT.svg", + "typeExtras": { + "currencyIdScale": "0x45000000", + "currencyIdType": "u32", + "existentialDeposit": "5290724013368937", + "transfersEnabled": true + } + }, + { + "assetId": 59, + "symbol": "2-Pool-GDOT", + "precision": 18, + "type": "orml", + "icon": "2-Pool-GDOT.svg", + "typeExtras": { + "currencyIdScale": "0xb2020000", + "currencyIdType": "u32", + "existentialDeposit": "1", + "transfersEnabled": true + } + }, + { + "assetId": 60, + "symbol": "aDOT", + "precision": 10, + "type": "orml-hydration-evm", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0xe9030000", + "currencyIdType": "u32", + "existentialDeposit": "54125333", + "transfersEnabled": true + } + }, + { + "assetId": 61, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "orml", + "icon": "TRAC.svg", + "typeExtras": { + "currencyIdScale": "0x23000000", + "currencyIdType": "u32", + "existentialDeposit": "27777777777777800", + "transfersEnabled": true + } + }, + { + "assetId": 62, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "type": "orml", + "icon": "NEURO.svg", + "typeExtras": { + "currencyIdScale": "0x24000000", + "currencyIdType": "u32", + "existentialDeposit": "588235294118", + "transfersEnabled": true + } + }, + { + "assetId": 63, + "symbol": "GETH", + "precision": 18, + "priceId": "gigaeth", + "type": "orml-hydration-evm", + "icon": "GIGAETH.svg", + "typeExtras": { + "currencyIdScale": "0xa4010000", + "currencyIdType": "u32", + "existentialDeposit": "8202803876747", + "transfersEnabled": true + } + }, + { + "assetId": 64, + "symbol": "2-Pool-GETH", + "precision": 18, + "type": "orml", + "icon": "2-Pool-GETH.svg", + "typeExtras": { + "currencyIdScale": "0x68100000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 65, + "symbol": "HOLLAR", + "precision": 18, + "priceId": "tether", + "type": "orml-hydration-evm", + "icon": "HOLLAR.svg", + "typeExtras": { + "currencyIdScale": "0xde000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 66, + "symbol": "aUSDT", + "precision": 6, + "priceId": "tether", + "type": "orml-hydration-evm", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0xea030000", + "currencyIdType": "u32", + "existentialDeposit": "22409", + "transfersEnabled": true + } + }, + { + "assetId": 67, + "symbol": "aUSDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml-hydration-evm", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0xeb030000", + "currencyIdType": "u32", + "existentialDeposit": "22409", + "transfersEnabled": true + } + }, + { + "assetId": 68, + "symbol": "2-Pool-HUSDC", + "precision": 18, + "type": "orml", + "icon": "2-Pool-HUSDC.svg", + "typeExtras": { + "currencyIdScale": "0x6e000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 69, + "symbol": "2-Pool-HUSDT", + "precision": 18, + "type": "orml", + "icon": "2-Pool-HUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x6f000000", + "currencyIdType": "u32", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 70, + "symbol": "PAXG", + "precision": 18, + "priceId": "pax-gold", + "type": "orml", + "icon": "PAXG.svg", + "typeExtras": { + "currencyIdScale": "0x27000000", + "currencyIdType": "u32", + "existentialDeposit": "2374169040836", + "transfersEnabled": true + } + }, + { + "assetId": 71, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "type": "orml", + "icon": "PEN.svg", + "typeExtras": { + "currencyIdScale": "0x91420f00", + "currencyIdType": "u32", + "existentialDeposit": "153256704981", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-hydra.novasama-tech.org", + "name": "Novasama node" + }, + { + "url": "wss://rpc.hydradx.cloud", + "name": "Galactic Council node" + }, + { + "url": "wss://hydration.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://hydration.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-hydra-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hydration.svg", + "addressPrefix": 0, + "options": [ + "governance", + "governance-v1", + "hydradx-swaps", + "hydration-fees", + "proxy", + "multisig" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true, + "defaultBlockTime": 6000 + }, + "legacyAddressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + }, + "buyProviders": { + "banxa": { + "coinType": "INTR", + "blockchain": "INTR" + } + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "iBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "KINT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "kBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "qiBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "qUSDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "qDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 14, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x010b000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://rpc-interlay.luckyfriday.io/", + "name": "LuckyFriday node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://interlay.statescan.io/#/accounts/{address}", + "event": "https://interlay.statescan.io/#/events/{event}", + "extrinsic": "https://interlay.statescan.io/#/extrinsics/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-interlay-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "NODL.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-nodle-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "PHA.svg" + } + ], + "nodes": [ + { + "url": "wss://phala-rpc.n.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://phala.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-phala-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://phala.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "priceId": "aleph-zero", + "precision": 12, + "icon": "AZERO.svg", + "buyProviders": { + "banxa": { + "coinType": "AZERO", + "blockchain": "AZERO" + } + } + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-aleph-zero-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/aleph-zero-azero-staking", + "defaultBlockTime": 1000, + "feeViaRuntimeCall": true + }, + "options": [ + "fullSyncByDefault", + "pushSupport", + "multisig" + ] + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "LAYR.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x06000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "21430000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "375000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x82000000000000000000000000000000", + "currencyIdType": "u128", + "existentialDeposit": "1500", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}" + } + ], + "externalApi": { + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.svg", + "addressPrefix": 50, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": [ + "relaychain" + ], + "precision": 12, + "icon": "PDEX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 12, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "95930534000017180603917534864279132680", + "isSufficient": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "USDT.svg", + "typeExtras": { + "assetId": "3496813586714279103986568049643838918", + "isSufficient": true + } + }, + { + "assetId": 3, + "symbol": "ASTR", + "precision": 12, + "priceId": "astar", + "type": "statemine", + "icon": "ASTR.svg", + "typeExtras": { + "assetId": "222121451965151777636299756141619631150", + "isSufficient": true + } + }, + { + "assetId": 4, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "PHA.svg", + "typeExtras": { + "assetId": "193492391581201937291053139015355410612", + "isSufficient": true + } + }, + { + "assetId": 5, + "symbol": "iBTC", + "precision": 12, + "priceId": "bitcoin", + "type": "statemine", + "icon": "iBTC.svg", + "typeExtras": { + "assetId": "226557799181424065994173367616174607641", + "isSufficient": true + } + }, + { + "assetId": 6, + "symbol": "DED", + "precision": 12, + "priceId": "dot-is-ded", + "type": "statemine", + "icon": "DED.svg", + "typeExtras": { + "assetId": "119367686984583275840673742485354142551", + "isSufficient": true + } + }, + { + "assetId": 7, + "symbol": "PINK", + "precision": 12, + "type": "statemine", + "icon": "PINK.svg", + "typeExtras": { + "assetId": "339306133874233608313826294843504252047", + "isSufficient": true + } + }, + { + "assetId": 8, + "symbol": "GLMR", + "precision": 12, + "priceId": "moonbeam", + "type": "statemine", + "icon": "GLMR.svg", + "typeExtras": { + "assetId": "182269558229932594457975666948556356791", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://so.polkadex.ee", + "name": "PolkadexSup node" + }, + { + "url": "wss://polkadex.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadex-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadex-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadex-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadex-pdex-staking", + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "NeuroWeb", + "assets": [ + { + "assetId": 0, + "symbol": "NEURO", + "precision": 12, + "priceId": "neurowebai", + "icon": "NEURO.svg" + }, + { + "assetId": 1, + "symbol": "TRAC", + "precision": 18, + "priceId": "origintrail", + "type": "statemine", + "icon": "TRAC.svg", + "typeExtras": { + "assetId": "1" + } + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Subscan", + "account": "https://neuroweb.subscan.io/account/{address}", + "extrinsic": "https://neuroweb.subscan.io/extrinsic/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/NeuroWeb.svg", + "addressPrefix": 101, + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "buyProviders": { + "banxa": { + "coinType": "BNC", + "blockchain": "BNCPOLKA" + } + } + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0802", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "orml", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0803", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "vDOT", + "precision": 10, + "priceId": "voucher-dot", + "type": "orml", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0900", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vGLMR", + "precision": 18, + "priceId": "voucher-glmr", + "type": "orml", + "icon": "vGLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0901", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vFIL", + "precision": 18, + "type": "orml", + "icon": "vFIL.svg", + "typeExtras": { + "currencyIdScale": "0x0904", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vASTR", + "precision": 18, + "priceId": "bifrost-voucher-astr", + "type": "orml", + "icon": "vASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0903", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "vsDOT", + "precision": 10, + "type": "orml", + "icon": "vsDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0a00", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "type": "orml", + "icon": "MANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0808", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "vMANTA", + "precision": 18, + "type": "orml", + "icon": "vMANTA.svg", + "typeExtras": { + "currencyIdScale": "0x0908", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "vBNC", + "precision": 12, + "type": "orml", + "icon": "vBNC.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "bifrost_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-polkadot.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://bifrost-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://eu.bifrost-polkadot-rpc.liebi.com/ws", + "name": "LiebiEU node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-bifrost-polkadot-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://bifrost.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 6, + "options": [ + "governance" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Heima", + "assets": [ + { + "assetId": 0, + "symbol": "HEI", + "precision": 18, + "icon": "HEI.svg", + "priceId": "heima" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://heima-rpc.n.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://heima.statescan.io/#/accounts/{address}", + "extrinsic": "https://heima.statescan.io/#/extrinsics/{hash}", + "event": "https://heima.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-litentry-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Heima.svg", + "addressPrefix": 31, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "UNQ.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + }, + { + "url": "wss://unique.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://unique.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-unique-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391, + "options": [ + "fullSyncByDefault" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "priceId": "mangata-x", + "precision": 18, + "icon": "MGX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TUR", + "precision": 10, + "priceId": "turing-network", + "icon": "TUR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "RMRK (old)", + "precision": 10, + "priceId": "rmrk", + "icon": "RMRK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "icon": "ZLK.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x1a000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "vsKSM", + "precision": 12, + "icon": "vsKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "vKSM", + "precision": 12, + "priceId": "voucher-ksm", + "icon": "vKSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0f000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.mangata.online", + "name": "Mangata node" + }, + { + "url": "wss://kusama-archive.mangata.online", + "name": "Mangata archive node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": [ + "aleph-zero", + "nomination-pools" + ], + "precision": 12, + "icon": "AZERO.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "Default.svg" + } + ], + "nodes": [ + { + "url": "wss://relay.api.moonbase.moonbeam.network", + "name": "Moonbase Relay node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "POLYX.svg", + "staking": [ + "relaychain" + ], + "buyProviders": { + "banxa": { + "coinType": "POLYX", + "blockchain": "Polymesh" + } + } + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "KAB.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "PAS.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/paseo", + "name": "IBP-GeoDNS1" + }, + { + "url": "wss://rpc.dotters.network/paseo", + "name": "IBP-GeoDNS2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-paseo-stg.novasama-tech.org" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "account": "https://paseo.subscan.io/account/{address}", + "extrinsic": "https://paseo.subscan.io/extrinsic/{hash}" + }, + { + "name": "Statescan", + "account": "https://paseo.statescan.io/#/accounts/{address}", + "extrinsic": "https://paseo.statescan.io/#/extrinsics/{hash}", + "event": "https://paseo.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "proxy" + ], + "additional": { + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 42 + }, + { + "chainId": "d6eec26135305a8ad257a20d003357284c8aa03d0bdb2b357ab0a22371e11ef2", + "parentId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f", + "name": "Paseo Asset Hub (TESTNET)", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "precision": 10, + "icon": "PAS.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://asset-hub-paseo-rpc.n.dwellir.com", + "name": "Dwellir" + }, + { + "url": "wss://sys.ibp.network/asset-hub-paseo", + "name": "IBP1" + }, + { + "url": "wss://asset-hub-paseo.dotters.network", + "name": "IBP2" + }, + { + "url": "wss://pas-rpc.stakeworld.io/assethub", + "name": "StakeWorld" + }, + { + "url": "wss://sys.turboflakes.io/asset-hub-paseo", + "name": "TurboFlakes" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://assethub-paseo.subscan.io/extrinsic/{hash}", + "account": "https://assethub-paseo.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://assethub-paseo.statescan.io/#/accounts/{address}", + "extrinsic": "https://assethub-paseo.statescan.io/#/extrinsics/{hash}", + "event": "https://assethub-paseo.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "swap-hub", + "proxy", + "governance" + ], + "additional": { + "relaychainAsNative": true, + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true, + "timelineChain": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f" + } + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "ROC.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node", + "features": [ + "noTls12" + ] + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "proxy" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "AMPE.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "priceId": "kusama", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-amplitude-prod.novasama-tech.org" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 0, + "options": [ + "governance-v1" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "CAPS.svg", + "buyProviders": { + "banxa": { + "coinType": "CAPS", + "blockchain": "TERNOA" + } + } + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-ternoa-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-ternoa-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-ternoa-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/ternoa-caps-staking", + "feeViaRuntimeCall": true + } + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": [ + "relaychain" + ], + "precision": 18, + "icon": "CAPS.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "Default.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "account": "https://gov2.statescan.io/#/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "POLYX.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polymesh-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12, + "additional": { + "themeColor": "#EB2B6C", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains" + } + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "EDG.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://ipci.rpc.robonomics.network", + "name": "Airalab node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-dao-ipci-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "TAO_fusotao.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation 1 node" + }, + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation 2 node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}" + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "DOT.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0101", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "USDC", + "precision": 6, + "priceId": "usd-coin", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0102", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDC.s", + "precision": 12, + "priceId": "usdc", + "type": "orml", + "icon": "USDC.svg", + "typeExtras": { + "currencyIdScale": "0x0201555344433b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XLM.s", + "precision": 12, + "priceId": "stellar", + "type": "orml", + "icon": "XLM.svg", + "typeExtras": { + "currencyIdScale": "0x0200", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "TZS.s", + "precision": 12, + "type": "orml", + "icon": "TZS.svg", + "typeExtras": { + "currencyIdScale": "0x0201545a530034c94b2a4ba9e8b57b22547dcbb30f443c4cb02da3829a89aa1bd4780e4466ba", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "BRL.s", + "precision": 12, + "type": "orml", + "icon": "BRL.svg", + "typeExtras": { + "currencyIdScale": "0x020142524c00eaac68d4d0e37b4c24c2536916e830735f032d0d6b2a1c8fca3bc5a25e083e3a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "AUDD.s", + "precision": 12, + "priceId": "novatti-australian-digital-dollar", + "type": "orml", + "icon": "AUDD.svg", + "typeExtras": { + "currencyIdScale": "0x020141554444c5fbe9979e240552860221f4fe2f2219f35e40458b8b58fc32da520a154a561d", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "icon": "EURM.svg", + "priceId": "euro-coin", + "typeExtras": { + "currencyIdScale": "0x0201455552432112ee863867e4e219fe254c0918b00bc9ea400775bfc3ab4430971ce505877c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "NGNC.s", + "precision": 12, + "type": "orml", + "icon": "NGNC.svg", + "typeExtras": { + "currencyIdScale": "0x02014e474e43241afadf31883f79972545fc64f3b5b0c95704c6fb4917474e42b0057841606b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "GLMR.svg", + "typeExtras": { + "currencyIdScale": "0x0106", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "PINK", + "precision": 10, + "type": "orml", + "icon": "PINK.svg", + "typeExtras": { + "currencyIdScale": "0x0107", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "HDX", + "precision": 12, + "type": "orml", + "priceId": "hydradx", + "icon": "HDX.svg", + "typeExtras": { + "currencyIdScale": "0x0108", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "ASTR.svg", + "typeExtras": { + "currencyIdScale": "0x0109", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "vDOT", + "precision": 10, + "type": "orml", + "priceId": "voucher-dot", + "icon": "vDOT.svg", + "typeExtras": { + "currencyIdScale": "0x010a", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "priceId": "bifrost-native-coin", + "icon": "BNC.svg", + "typeExtras": { + "currencyIdScale": "0x010b", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDC.axl", + "precision": 6, + "type": "orml", + "priceId": "axlusdc", + "icon": "USDCaxl.svg", + "typeExtras": { + "currencyIdScale": "0x010c", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "EURC.s", + "precision": 12, + "type": "orml", + "priceId": "euro-coin", + "icon": "EURC.svg", + "typeExtras": { + "currencyIdScale": "0x020145555243cf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136", + "currencyIdType": "spacewalk_primitives.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pendulum.subscan.io/extrinsic/{hash}", + "account": "https://pendulum.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-pendulum-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 0, + "options": [ + "governance-v1" + ], + "additional": { + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.aventus.network", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://avn-parachain.mainnet.aventus.io", + "name": "Aventus node 1" + }, + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node 2" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-aventus-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-crust-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 0, + "additional": { + "feeViaRuntimeCall": true + }, + "legacyAddressPrefix": 88 + }, + { + "chainId": "e3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "KINT.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aSEEDk", + "precision": 12, + "type": "orml", + "icon": "aSEEDk.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "orml", + "icon": "KSM.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "LP KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "KSM-kBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "LP kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "kBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "qkBTC", + "precision": 8, + "type": "orml", + "icon": "qkBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qKSM", + "precision": 12, + "type": "orml", + "icon": "qKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "type": "orml", + "icon": "qUSDT.svg", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://lite.sub.latent.to:443", + "name": "Latent Holdings (Lite) node" + }, + { + "url": "wss://bittensor-finney.api.onfinality.io/public-ws", + "name": "OnFinality (Archive) node" + }, + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "explorers": [ + { + "name": "SCAN", + "account": "https://bittensor.com/scan/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-bittensor-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "SAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "priceId": "3dpass", + "icon": "P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.3dpass.org", + "name": "3DPass node" + }, + { + "url": "wss://rpc.p3d.top", + "name": "Lzmz node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-3dpass-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "priceId": "ajuna-network-2", + "icon": "AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://ajuna.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://ajuna.statescan.io/#/accounts/{address}", + "extrinsic": "https://ajuna.statescan.io/#/extrinsics/{hash}", + "event": "https://ajuna.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-ajuna-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "f0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "RING.svg" + }, + { + "assetId": 1, + "symbol": "KTON", + "precision": 18, + "type": "statemine", + "icon": "KTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.darwinia.network", + "name": "Darwinia node" + }, + { + "url": "wss://darwinia-rpc.darwiniacommunitydao.xyz", + "name": "Darwinia Community node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia.subscan.io/extrinsic/{hash}", + "account": "https://darwinia.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "CRAB.svg" + }, + { + "assetId": 1, + "symbol": "CKTON", + "precision": 18, + "type": "statemine", + "icon": "CKTON.svg", + "typeExtras": { + "assetId": "1026", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://crab-rpc.darwinia.network/", + "name": "Darwinia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-crab-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Frequency", + "assets": [ + { + "assetId": 0, + "symbol": "FRQCY", + "precision": 8, + "icon": "FRQCY.svg" + } + ], + "nodes": [ + { + "url": "wss://0.rpc.frequency.xyz", + "name": "Frequency0 node" + }, + { + "url": "wss://1.rpc.frequency.xyz", + "name": "Frequency1 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-frequency-prod.novasama-tech.org" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/frequency.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Frequency.svg", + "addressPrefix": 90, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "fe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", + "name": "Vara", + "assets": [ + { + "assetId": 0, + "symbol": "VARA", + "precision": 12, + "priceId": "vara-network", + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "VARA.svg", + "buyProviders": { + "banxa": { + "coinType": "VARA", + "blockchain": "VARA" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.vara.network", + "name": "Gear Tech node" + }, + { + "url": "wss://rpc.vara-network.io", + "name": "Gear Tech node 2" + } + ], + "explorers": [ + { + "name": "Varascan", + "account": "https://explorer.vara-network.io/account/{address}", + "event": "https://explorer.vara-network.io/event/{event}" + }, + { + "name": "Subscan", + "extrinsic": "https://vara.subscan.io/extrinsic/{hash}", + "account": "https://vara.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-vara-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara.svg", + "addressPrefix": 137, + "additional": { + "themeColor": "#10B6B1", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/vara-vara-staking", + "supportsGenericLedgerApp": true + }, + "options": [ + "pushSupport" + ] + }, + { + "chainId": "49f4849244114177544d73d2412289f6d73a892b9eb1ca97cef81c9c0c9ec0ff", + "name": "GIANT", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "GIANT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-anchor-1-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 1" + }, + { + "url": "wss://rpc-anchor-2-mainnet-az-ue1.giantprotocol.org:443", + "name": "Anchor node 2" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-giant-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "eip155:97", + "name": "BNB Smart Chain Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://data-seed-prebsc-1-s1.binance.org:8545", + "name": "BSC testnet node 1" + }, + { + "url": "https://data-seed-prebsc-2-s1.binance.org:8545", + "name": "BSC testnet node 2" + }, + { + "url": "https://data-seed-prebsc-1-s2.binance.org:8545", + "name": "BSC testnet node 1s2" + }, + { + "url": "https://data-seed-prebsc-2-s2.binance.org:8545", + "name": "BSC testnet node 2s2" + }, + { + "url": "https://data-seed-prebsc-1-s3.binance.org:8545", + "name": "BSC testnet node 1s3" + }, + { + "url": "https://data-seed-prebsc-2-s3.binance.org:8545", + "name": "BSC testnet node 2s3" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock http testnet node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/testnet/", + "name": "Getblock wss testnet node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/testnet/", + "name": "GetBlock wss testnet node" + } + ], + "explorers": [ + { + "name": "Testnet BscScan", + "extrinsic": "https://testnet.bscscan.com/tx/{hash}", + "account": "https://testnet.bscscan.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-testnet.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSCTestnet.svg", + "addressPrefix": 97, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:56", + "name": "BNB Smart Chain", + "assets": [ + { + "assetId": 0, + "symbol": "BNB", + "priceId": "binancecoin", + "type": "evmNative", + "icon": "BNB.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://bsc-dataseed.binance.org", + "name": "BSC node 1" + }, + { + "url": "https://bsc-dataseed1.defibit.io", + "name": "BSC node 2" + }, + { + "url": "https://bsc-dataseed1.ninicoin.io", + "name": "BSC node 3" + }, + { + "url": "https://bsc.nodereal.io", + "name": "BSC node 4" + }, + { + "url": "https://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock http node" + }, + { + "url": "wss://bsc.getblock.io/7239ce92-e8ac-4ada-8685-6c0a083b8254/mainnet/", + "name": "GetBlock wss node" + }, + { + "url": "wss://bsc.getblock.io/62f28655-8038-43cc-abca-7d1fb47d7d97/mainnet/", + "name": "GetBlock wss node" + } + ], + "explorers": [ + { + "name": "BscScan", + "extrinsic": "https://bscscan.com/tx/{hash}", + "account": "https://bscscan.com/address/{address}" + }, + { + "name": "Bitquery", + "extrinsic": "https://explorer.bitquery.io/bsc/tx/{hash}", + "account": "https://explorer.bitquery.io/bsc/address/{address}" + }, + { + "name": "BSCTrace", + "extrinsic": "https://bsctrace.com/tx/{hash}", + "account": "https://bsctrace.com/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.bscscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BSC.svg", + "addressPrefix": 56, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "c9824829d23066e7dd92b80cfef52559c7692866fcfc3530e737e3fe01410eef", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "GIANT Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "GIANT", + "precision": 12, + "icon": "GIANT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-4-us-east-1-dev.giantprotocol.org:443", + "name": "Giant testnet node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Giant_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "dcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-polkadot.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://bridgehub-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://bridgehub-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://bridgehub-polkadot.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-bh-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Bridge_Hub.svg", + "addressPrefix": 0, + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + } + }, + { + "chainId": "00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/bridgehub-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://bridge-hub-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/bridgehub", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bridgehub-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bridgehub-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://bridgehub-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://bridgehub-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://bridgehub-kusama.statescan.io/#/events/{event}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kusama-bh-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Bridge_Hub.svg", + "addressPrefix": 2, + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" + } + }, + { + "chainId": "46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/collectives-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://collectives-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://collectives.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://dot-rpc.stakeworld.io/collectives", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives.statescan.io/#/accounts/{address}", + "event": "https://collectives.statescan.io/#/events/{event}", + "extrinsic": "https://collectives.statescan.io/#/extrinsics/{hash}" + }, + { + "name": "Subscan", + "extrinsic": "https://collectives-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://collectives-polkadot.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-polkadot-col-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Collectives.svg", + "addressPrefix": 0, + "additional": { + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot People", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://people-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-people-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://people-polkadot.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://people-polkadot.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://people-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://people-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://people-polkadot.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_People.svg", + "addressPrefix": 0, + "options": [ + "multisig" + ], + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + } + }, + { + "chainId": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama People", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama-people-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + }, + { + "url": "wss://sys.ibp.network/people-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://people-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/people", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-kusama.subscan.io/extrinsic/{hash}", + "account": "https://people-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://people-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://people-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://people-kusama.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_People.svg", + "addressPrefix": 2, + "options": [ + "multisig" + ], + "additional": { + "disabledCheckMetadataHash": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" + } + }, + { + "chainId": "67221cd96c1551b72d55f65164d6a39f31b570c77a05c90e31931b0e2f379e13", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude Foucoco", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "AMPE.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-foucoco.pendulumchain.tech/", + "name": "PendulumChain node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude_foucoco.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + }, + "legacyAddressPrefix": 57 + }, + { + "chainId": "266ad38196ddff7636206f911f0658cc76e3e906e349cb83475d93ebe80d03b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "INTR.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "iBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "KINT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "kBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "LP iBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "iBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300010102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 9, + "symbol": "LP DOT-iBTC", + "precision": 18, + "type": "orml", + "icon": "DOT-iBTC.svg", + "typeExtras": { + "currencyIdScale": "0x0300000001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 10, + "symbol": "LP INTR-USDT", + "precision": 18, + "type": "orml", + "icon": "INTR-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0300020102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 11, + "symbol": "qiBTC", + "precision": 8, + "icon": "qiBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0201000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 12, + "symbol": "qUSDT", + "precision": 6, + "icon": "qUSDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0203000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 13, + "symbol": "qDOT", + "precision": 10, + "icon": "qDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0202000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-testnet.interlay.io/parachain/", + "name": "Kintsugi Labs node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay_Testnet.svg", + "addressPrefix": 2032, + "options": [ + "testnet" + ] + }, + { + "chainId": "b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "krest", + "assets": [ + { + "assetId": 0, + "symbol": "KREST", + "precision": 18, + "priceId": "krest", + "icon": "KREST.svg" + } + ], + "nodes": [ + { + "url": "wss://krest.api.onfinality.io/public-ws'", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://krest.subscan.io/extrinsic/{hash}", + "account": "https://krest.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg", + "addressPrefix": 42 + }, + { + "chainId": "f3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Manta Atlantic", + "assets": [ + { + "assetId": 0, + "symbol": "MANTA", + "precision": 18, + "priceId": "manta-network", + "icon": "MANTA.svg", + "staking": [ + "parachain" + ] + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "DOT.svg", + "typeExtras": { + "assetId": "8", + "isSufficient": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.manta.systems", + "name": "Manta node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-manta-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-manta-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-manta-prod.novasama-tech.org" + } + ] + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://manta.subscan.io/extrinsic/{hash}", + "account": "https://manta.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 77, + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/manta-manta-staking", + "defaultBlockTime": 12000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6", + "name": "Vara Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TVARA", + "precision": 12, + "staking": [ + "relaychain" + ], + "icon": "VARA.svg" + } + ], + "nodes": [ + { + "url": "wss://testnet.vara.network", + "name": "Gear Tech test node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Vara_Testnet.svg", + "addressPrefix": 137, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615", + "name": "Enjin Matrix", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.matrix.blockchain.enjin.io", + "name": "Enjin node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://matrix.subscan.io/extrinsic/{hash}", + "account": "https://matrix.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-enjin-matrixc-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "eip155:246", + "name": "Energy Web Chain", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "type": "evmNative", + "icon": "EWT.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://consortia-rpc.energyweb.org", + "name": "Public EWC http node" + }, + { + "url": "https://rpc.energyweb.org", + "name": "Energy web http node" + }, + { + "url": "https://archive-rpc.energyweb.org", + "name": "Archive http node" + }, + { + "url": "wss://rpc.energyweb.org/ws", + "name": "Energy web wss node" + } + ], + "explorers": [ + { + "name": "Energy Web Explorer", + "extrinsic": "https://explorer.energyweb.org/tx/{hash}", + "account": "https://explorer.energyweb.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.energyweb.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web.svg", + "addressPrefix": 246, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:592", + "name": "Astar EVM", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "type": "evmNative", + "icon": "ASTR.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://astar-rpc.n.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "https://astar.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "https://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 592, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2031", + "name": "Centrifuge EVM", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "priceId": "centrifuge", + "type": "evmNative", + "icon": "CFG.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Fullnode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 2031, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:595", + "name": "Acala Mandala TC9", + "assets": [ + { + "assetId": 0, + "symbol": "mACA", + "type": "evmNative", + "icon": "ACA.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://eth-rpc-tc9.aca-staging.network", + "name": "wss node" + }, + { + "url": "https://eth-rpc-tc9.aca-staging.network", + "name": "http node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 595, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6ab1bd8aed6d5fdcaf347826bfcd0172681181edf8356b90cb3cf47076698ae2", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "EWX Staging Parachain Argon", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://ewx-staging-parachain-argon-wmfbanx0xb.energyweb.org/ws", + "name": "EWX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "6b5e488e0fa8f9821110d5c13f4c468abcd43ce5e297e62b34c53c3346465956", + "name": "Joystream", + "assets": [ + { + "assetId": 0, + "symbol": "JOY", + "priceId": "joystream", + "precision": 10, + "icon": "JOY.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.joystream.org", + "name": "Jsgenesis node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://joystream.subscan.io/extrinsic/{hash}", + "account": "https://joystream.subscan.io/account/{address}" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-joystream-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-joystream-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-joystream-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Joystream.svg", + "addressPrefix": 126 + }, + { + "chainId": "6bfe24dca2a3be10f22212678ac13a6446ec764103c0f3471c71609eac384aae", + "name": "Dock (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "DOCK", + "priceId": "dock", + "precision": 6, + "icon": "DOCK.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet-node.dock.io", + "name": "Dock Association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dock.subscan.io/extrinsic/{hash}", + "account": "https://dock.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Dock.svg", + "addressPrefix": 22 + }, + { + "chainId": "5a51e04b88a4784d205091aa7bada002f3e5da3045e5b05655ee4db2589c33b5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Energy Web X", + "assets": [ + { + "assetId": 0, + "symbol": "EWT", + "priceId": "energy-web-token", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.energywebx.com/", + "name": "Energywebx node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://energywebx.subscan.io/extrinsic/{hash}", + "account": "https://energywebx.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-energywebx-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_X.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "ac123be800b7c9a3e3449bb70edd8e3d9008d27826381451eebf94bce1db1fbe", + "name": "Energy Web X Rococo", + "assets": [ + { + "assetId": 0, + "symbol": "VT", + "precision": 18, + "icon": "EWT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.testnet.energywebx.com", + "name": "Energy Web X Rococo node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Energy_Web_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "31a7d8914fb31c249b972f18c115f1e22b4b039abbcb03c73b6774c5642f9efe", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "InvArch (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "VARCH", + "precision": 12, + "icon": "VARCH.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://invarch.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://invarch.statescan.io/#/accounts/{address}", + "event": "https://invarch.statescan.io/#/events/{event}", + "extrinsic": "https://invarch.statescan.io/#/extrinsics/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/InvArch.svg", + "addressPrefix": 117, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c", + "name": "Crust", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "priceId": "crust-network", + "precision": 12, + "icon": "CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.crust.network", + "name": "Crust node" + }, + { + "url": "wss://crust-mainnet-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust.subscan.io/extrinsic/{hash}", + "account": "https://crust.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust.svg", + "addressPrefix": 66 + }, + { + "chainId": "eip155:169", + "name": "Manta Pacific", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://pacific-rpc.manta.network/http", + "name": "Manta rpc 1 node" + }, + { + "url": "https://1rpc.io/manta", + "name": "Manta rpc 2 node" + }, + { + "url": "wss://pacific-rpc.manta.network/ws", + "name": "Manta wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://pacific-explorer.manta.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Manta Pacific Block Explorer", + "extrinsic": "https://pacific-explorer.manta.network/tx/{hash}", + "account": "https://pacific-explorer.manta.network/address/{address}" + }, + { + "name": "Manta Socialscan", + "extrinsic": "https://manta.socialscan.io/tx/{hash}", + "account": "https://manta.socialscan.io/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Manta.svg", + "addressPrefix": 169, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "0441383e31d1266a92b4cb2ddd4c2e3661ac476996db7e5844c52433b81fe782", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Bridge Hub", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-bridge-hub-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-bridge-hub-rpc-tn.dwellir.com", + "name": "Dwellir Tunisia node" + }, + { + "url": "wss://sys.ibp.network/bridgehub-westend", + "name": "IBP-GeoDNS1 node" + }, + { + "url": "wss://bridge-hub-westend.dotters.network", + "name": "IBP-GeoDNS2 node" + }, + { + "url": "wss://westend-bridge-hub-rpc.polkadot.io", + "name": "Parity node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/BridgeHub_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ], + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "d8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9", + "name": "Enjin Relay", + "assets": [ + { + "assetId": 0, + "symbol": "ENJ", + "precision": 18, + "priceId": "enjincoin", + "icon": "ENJ.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.relay.blockchain.enjin.io", + "name": "Enjin node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://enjin.subscan.io/extrinsic/{hash}", + "account": "https://enjin.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-enjin-relaychain-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-enjin-relaychain-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-enjin-relaychain-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Enjin.svg", + "addressPrefix": 2135, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "1d73b9f5dc392744e0dee00a6d6254fcfa2305386cceba60315894fa4807053a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Curio", + "assets": [ + { + "assetId": 0, + "symbol": "CGT", + "precision": 18, + "priceId": "curio-governance", + "icon": "CGT.svg" + } + ], + "nodes": [ + { + "url": "wss://archive.parachain.curioinvest.com", + "name": "Curio 1 node" + }, + { + "url": "wss://parachain.curioinvest.com/", + "name": "Curio 2 node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-curio-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Curio.svg", + "addressPrefix": 777 + }, + { + "chainId": "d3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70", + "name": "Avail Turing Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "icon": "AVAIL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://avail-turing.api.onfinality.io/public-ws", + "name": "Turing primary node" + }, + { + "url": "wss://turing-testnet.avail-rpc.com", + "name": "Turing secondary node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg", + "addressPrefix": 42, + "additional": { + "themeColor": "#58C8F6" + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Mythos", + "assets": [ + { + "assetId": 0, + "symbol": "MYTH", + "precision": 18, + "priceId": "mythos", + "icon": "MYTH.svg", + "staking": [ + "mythos" + ] + } + ], + "nodes": [ + { + "url": "wss://polkadot-mythos-rpc.polkadot.io", + "name": "Parity node", + "features": [ + "noTls12" + ] + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mythos.subscan.io/extrinsic/{hash}", + "account": "https://mythos.subscan.io/account/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Mythos.svg", + "addressPrefix": 29972, + "options": [ + "ethereumBased", + "governance-v1", + "proxy", + "multisig" + ], + "additional": { + "themeColor": "#ED3A47", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/mythos-myth-staking", + "feeViaRuntimeCall": true, + "sessionLength": 14400, + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "ce7681fb12aa8f7265d229a9074be0ea1d5e99b53eedcec2deade43857901808", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Acurast Canary", + "assets": [ + { + "assetId": 0, + "symbol": "cACU", + "precision": 12, + "icon": "cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.canary.acurast.com", + "name": "Acurast node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-acurast-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-acurast-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-acurast-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast_Canary.svg", + "addressPrefix": 42, + "additional": { + "feeViaRuntimeCall": true + } + }, + { + "chainId": "c710a5f16adc17bcd212cff0aedcbf1c1212a043cdc0fb2dcba861efe5305b01", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kreivo", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://kreivo.kippu.rocks/", + "name": "Kippu node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-kreivo-prod.novasama-tech.org" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-kreivo-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-kreivo-prod.novasama-tech.org" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kreivo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kreivo.svg", + "addressPrefix": 2 + }, + { + "chainId": "61ea8a51fd4a058ee8c0e86df0a89cc85b8b67a0a66432893d09719050c9f540", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hyperbridge Nexus", + "assets": [ + { + "assetId": 0, + "symbol": "BRIDGE", + "precision": 12, + "priceId": "hyperbridge-2", + "icon": "BRIDGE.svg" + } + ], + "nodes": [ + { + "url": "wss://nexus.ibp.network", + "name": "IBP1 node" + }, + { + "url": "wss://nexus.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://hyperbridge-nexus-rpc.blockops.network", + "name": "BlockOps node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://nexus.statescan.io/#/accounts/{address}", + "event": "https://nexus.statescan.io/#/events/{event}", + "extrinsic": "https://nexus.statescan.io/#/extrinsics/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hyperbridge_Nexus.svg", + "addressPrefix": 0, + "legacyAddressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a", + "name": "Avail", + "assets": [ + { + "assetId": 0, + "symbol": "AVAIL", + "precision": 18, + "priceId": "avail", + "icon": "AVAIL.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://avail.api.onfinality.io/public-ws", + "name": "Avail primary node" + }, + { + "url": "wss://mainnet.avail-rpc.com/", + "name": "Avail secondary node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://avail.subscan.io/extrinsic/{hash}", + "account": "https://avail.subscan.io/account/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-avail-prod.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-avail-prod.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-avail-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail.svg", + "addressPrefix": 42, + "options": [ + "pushSupport", + "multisig" + ], + "additional": { + "themeColor": "#58C8F6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/avail-avail-staking" + } + }, + { + "chainId": "3dbb473ae9b2b77ecf077c03546f0f8670c020e453dddb457da155e6cc7cba42", + "name": "Novasama Testnet - Governance", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": [ + "relaychain", + "nomination-pools" + ], + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-test-network-1.novasama-tech.org", + "name": "Novasama node" + } + ], + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-testnet-stg.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "polkassembly", + "url": "https://novasama.polkassembly.io/api/v1/posts/summary", + "parameters": { + "network": "novasama" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "governance", + "proxy", + "testnet", + "multisig" + ], + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "81443836a9a24caaa23f1241897d1235717535711d1d3fe24eae4fdc942c092c", + "name": "Cere", + "assets": [ + { + "assetId": 0, + "symbol": "CERE", + "precision": 10, + "priceId": "cere-network", + "icon": "CERE.svg", + "staking": [ + "relaychain" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.mainnet.cere.network/ws", + "name": "Cere node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://cere.statescan.io/#/accounts/{address}", + "event": "https://cere.statescan.io/#/events/{event}", + "extrinsic": "https://cere.statescan.io/#/extrinsics/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Cere.svg", + "addressPrefix": 54, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7", + "name": "DENTNet", + "assets": [ + { + "assetId": 0, + "symbol": "DENTX", + "precision": 18, + "icon": "DENTX.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://rpc.dentnet.io/ws", + "name": "DENTNet node" + } + ], + "explorers": [ + { + "name": "DENTNet Explorer", + "account": "https://main.dentnet.io/explorer/dentnet/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DENTNet.svg", + "addressPrefix": 9807, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend People", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://people-westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://sys.ibp.network/people-westend", + "name": "IBP1 node" + }, + { + "url": "wss://people-westend.dotters.network", + "name": "IBP2 node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://people-westend.subscan.io/extrinsic/{hash}", + "account": "https://people-westend.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://people-westend.statescan.io/#/accounts/{address}", + "extrinsic": "https://people-westend.statescan.io/#/extrinsics/{hash}", + "event": "https://people-westend.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_People.svg", + "addressPrefix": 42, + "additional": {}, + "options": [ + "testnet" + ] + }, + { + "chainId": "eip155:41455", + "name": "Aleph Zero EVM (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "type": "evmNative", + "icon": "AZERO.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://alephzero.drpc.org", + "name": "Aleph Zero EVM rpc node" + }, + { + "url": "wss://alephzero.drpc.org", + "name": "Aleph Zero EVM wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://evm-explorer.alephzero.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Aleph Zero EVM Explorer", + "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", + "account": "https://evm-explorer.alephzero.org/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 41455, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:8453", + "name": "Base", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://base-rpc.publicnode.com", + "name": "Base http node" + }, + { + "url": "https://base-pokt.nodies.app", + "name": "Pokt node" + }, + { + "url": "wss://base-rpc.publicnode.com", + "name": "Base public node" + }, + { + "url": "wss://base-mainnet.infura.io/ws/v3/82fd5b2925e341719f10b7ed4376a646", + "name": "Infura node" + } + ], + "explorers": [ + { + "name": "Basescan", + "extrinsic": "https://basescan.org/tx/{hash}", + "account": "https://basescan.org/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.basescan.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Base.svg", + "addressPrefix": 8453, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:324", + "name": "ZKsync Era", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://mainnet.era.zksync.io", + "name": "http node" + }, + { + "url": "https://1rpc.io/zksync2-era", + "name": "http node 2" + }, + { + "url": "https://endpoints.omniatech.io/v1/zksync-era/mainnet/public", + "name": "http node 3" + }, + { + "url": "wss://mainnet.era.zksync.io/ws", + "name": "wss node" + } + ], + "explorers": [ + { + "name": "ZKsync Era explorer", + "extrinsic": "https://era.zksync.network/tx/{hash}", + "account": "https://era.zksync.network/address/{address}" + }, + { + "name": "Block explorer", + "extrinsic": "https://explorer.zksync.io/tx/{hash}", + "account": "https://explorer.zksync.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-era.zksync.network/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ZKsync_Mainnet.svg", + "addressPrefix": 324, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "dd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2", + "name": "CC Enterprise", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.creditcoin.network/ws", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://cc-enterprise.subscan.io/extrinsic/{hash}", + "account": "https://cc-enterprise.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42 + }, + { + "chainId": "4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71", + "name": "Creditcoin", + "assets": [ + { + "assetId": 0, + "symbol": "CTC", + "precision": 18, + "priceId": "creditcoin-2", + "icon": "CTC.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://mainnet3.creditcoin.network", + "name": "Creditcoin Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://creditcoin.subscan.io/extrinsic/{hash}", + "account": "https://creditcoin.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Creditcoin.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "c56fa32442b2dad76f214b3ae07998e4ca09736e4813724bfb0717caae2c8bee", + "name": "Humanode", + "assets": [ + { + "assetId": 0, + "symbol": "HMND", + "precision": 18, + "priceId": "humanode", + "icon": "HMND.svg" + } + ], + "nodes": [ + { + "url": "wss://explorer-rpc-ws.mainnet.stages.humanode.io", + "name": "Humanode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://humanode.subscan.io/extrinsic/{hash}", + "account": "https://humanode.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Humanode.svg", + "addressPrefix": 5234 + }, + { + "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", + "name": "DeepBrain", + "assets": [ + { + "assetId": 0, + "symbol": "DBC", + "precision": 15, + "priceId": "deepbrain-chain", + "icon": "DBC.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://info.dbcwallet.io", + "name": "DBC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://dbc.subscan.io/extrinsic/{hash}", + "account": "https://dbc.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DeepBrain.svg", + "addressPrefix": 42 + }, + { + "chainId": "d2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "peaq", + "assets": [ + { + "assetId": 0, + "symbol": "PEAQ", + "precision": 18, + "priceId": "peaq-2", + "icon": "PEAQ.svg" + } + ], + "nodes": [ + { + "url": "wss://peaq-rpc.publicnode.com", + "name": "Peaq node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://peaq.subscan.io/extrinsic/{hash}", + "account": "https://peaq.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/peaq.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "e8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Laos", + "assets": [ + { + "assetId": 0, + "symbol": "LAOS", + "precision": 18, + "priceId": "laos-network", + "icon": "LAOS.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.laos.laosfoundation.io", + "name": "freeverse.io node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://laos.statescan.io/#/accounts/{address}", + "event": "https://laos.statescan.io/#/events/{event}" + }, + { + "name": "LAOS explorer", + "account": "https://explorer.laosnetwork.io/address/{address}", + "extrinsic": "https://explorer.laosnetwork.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/LAOS.svg", + "addressPrefix": 42, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "28cc1df52619f4edd9f0389a7e910a636276075ecc429600f1dd434e281a04e9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Xode (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "XON", + "precision": 12, + "icon": "XON.svg" + }, + { + "assetId": 1, + "symbol": "XGM", + "precision": 12, + "icon": "XGM.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 2, + "symbol": "XAV", + "precision": 12, + "icon": "XAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 3, + "symbol": "AZK", + "precision": 12, + "icon": "AZK.png", + "type": "statemine", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 4, + "symbol": "IXON", + "precision": 12, + "icon": "IXON.svg", + "type": "statemine", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 5, + "symbol": "IXAV", + "precision": 12, + "icon": "IXAV.svg", + "type": "statemine", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 6, + "symbol": "IDON", + "precision": 12, + "icon": "IDON.png", + "type": "statemine", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 7, + "symbol": "MPC", + "precision": 12, + "icon": "MPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 8, + "symbol": "IMPC", + "precision": 12, + "icon": "IMPC.png", + "type": "statemine", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 9, + "symbol": "DON", + "precision": 12, + "icon": "DON.png", + "type": "statemine", + "typeExtras": { + "assetId": "9" + } + } + ], + "nodes": [ + { + "url": "wss://rpc-kr.xode.net", + "name": "Xode archive node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode_Kusama.svg", + "addressPrefix": 42 + }, + { + "chainId": "bb9233e202ec014707f82ddb90e84ee9efece8fefee287ad4ad646d869a6c24a", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "JAMTON", + "assets": [ + { + "assetId": 0, + "symbol": "DOTON", + "precision": 18, + "icon": "DOTON.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.jamton.network", + "name": "Jamton node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jamton.svg", + "addressPrefix": 5589, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jamton.json", + "overridesCommon": true + } + }, + { + "chainId": "c84b77ebc80ef7413dbc04b6385b9ae7dff5811cfb2fd38025e67487389f666a", + "name": "Novasama Testnet - Fellowship", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://westend-collectives-a-parachain.novasama-tech.org/dd98924e-ac7f-49e8-ac8f-00673c616bdc", + "name": "Novasama node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "713daf193a6301583ff467be736da27ef0a72711b248927ba413f573d2b38e44", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend Collectives", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg" + } + ], + "nodes": [ + { + "url": "wss://collectives-westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://westend-collectives-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://collectives-westend.statescan.io/#/accounts/{address}", + "extrinsic": "https://collectives-westend.statescan.io/#/extrinsics/{hash}", + "event": "https://collectives-westend.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0", + "name": "Tangle", + "assets": [ + { + "assetId": 0, + "symbol": "TNT", + "precision": 18, + "priceId": "tangle-network", + "icon": "TNT.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.tangle.tools", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://tangle.statescan.io/#/accounts/{address}", + "event": "https://tangle.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tangle.svg", + "addressPrefix": 5845, + "additional": { + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "15f6788bcf1d1a3b7e1c36074584e1a3f3d07e0a46e362a102c3c3df1a93669f", + "name": "Muse Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "MUSE", + "staking": [ + "mythos" + ], + "precision": 18, + "icon": "Default.svg" + } + ], + "nodes": [ + { + "url": "wss://paseo-muse-rpc.polkadot.io", + "name": "Muse node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 29972, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" + } + ], + "staking-rewards": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-mythos-testnet-stg.novasama-tech.org" + } + ] + }, + "options": [ + "testnet", + "ethereumBased" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/parachains-and-solochains", + "feeViaRuntimeCall": true, + "sessionLength": 25, + "defaultBlockTime": 6000 + } + }, + { + "chainId": "efb56e30d9b4a24099f88820987d0f45fb645992416535d87650d98e00f46fc4", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "DOT.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/coretime-polkadot", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-polkadot.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-polkadot.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://polkadot-coretime-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-polkadot.subscan.io/extrinsic/{hash}", + "account": "https://coretime-polkadot.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://coretime-polkadot.statescan.io/#/accounts/{address}", + "extrinsic": "https://coretime-polkadot.statescan.io/#/extrinsics/{hash}", + "event": "https://coretime-polkadot.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Coretime.svg", + "addressPrefix": 0, + "options": [ + "multisig" + ], + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + } + }, + { + "chainId": "638cd2b9af4b3bb54b8c1f0d22711fc89924ca93300f0caf25a580432b29d050", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama Coretime", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://sys.ibp.network/coretime-kusama", + "name": "IBP1 node" + }, + { + "url": "wss://coretime-kusama.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://rpc-coretime-kusama.luckyfriday.io", + "name": "LuckyFriday node" + }, + { + "url": "wss://kusama-coretime-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://ksm-rpc.stakeworld.io/coretime", + "name": "Stakeworld node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://coretime-kusama.subscan.io/extrinsic/{hash}", + "account": "https://coretime-kusama.subscan.io/account/{address}" + }, + { + "name": "Statescan", + "account": "https://coretime-kusama.statescan.io/#/accounts/{address}", + "extrinsic": "https://coretime-kusama.statescan.io/#/extrinsics/{hash}", + "event": "https://coretime-kusama.statescan.io/#/events/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama_Coretime.svg", + "addressPrefix": 2, + "options": [ + "multisig" + ], + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" + } + }, + { + "chainId": "dffb39a66d80b9adb6bdbd7564a9215a1606596062578bf536480de6cc780c2d", + "name": "Argochain (PAUSED)", + "assets": [ + { + "assetId": 0, + "symbol": "AGC", + "precision": 18, + "priceId": "argocoin-2", + "icon": "AGC.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.devolvedai.com", + "name": "ArgoChain node" + } + ], + "explorers": [ + { + "name": "Argochain Scanner", + "account": "https://scanner.argoscan.net/address/{address}", + "extrinsic": "https://scanner.argoscan.net/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Argochain.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "dd6d086f75ec041b66e20c4186d327b23c8af244c534a2418de6574e8c041a60", + "name": "Tanssi", + "assets": [ + { + "assetId": 0, + "symbol": "TANSSI", + "precision": 12, + "priceId": "tanssi", + "icon": "TANSSI.svg" + } + ], + "nodes": [ + { + "url": "wss://services.tanssi-mainnet.network/tanssi", + "name": "Tanssi Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://tanssi.subscan.io/extrinsic/{hash}", + "account": "https://tanssi.subscan.io/account/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanssi.svg", + "addressPrefix": 42, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "b2985e778bb748c70e450dcc084cc7da79fe742cc23d3b040abd7028187de69c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Xode", + "assets": [ + { + "assetId": 0, + "symbol": "XON", + "precision": 12, + "icon": "XON.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "icon": "USDT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "1984" + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "icon": "DOT.svg", + "type": "statemine", + "typeExtras": { + "assetId": "100000000" + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpcnode.xode.net", + "name": "XodeCommunity node" + }, + { + "url": "wss://xode-polkadot-rpc-01.zeeve.net/y0yxg038wn1fncc/rpc", + "name": "Zeeve node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Xode-Polkadot.svg", + "addressPrefix": 280, + "additional": { + "supportsGenericLedgerApp": true + } + }, + { + "chainId": "086319b29662e34a4f7a3de034afe64c93e3ed477e3aed3ab3ef6e31d33bc179", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "RegionX", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "KSM.svg" + } + ], + "nodes": [ + { + "url": "wss://regionx-kusama-archive-01.zeeve.net/x9rg5n6tcaosq4t/rpc", + "name": "RegionX node" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/RegionX_Kusama.svg", + "addressPrefix": 74 + }, + { + "chainId": "eip155:420420422", + "name": "Polkadot Hub TestNet", + "assets": [ + { + "assetId": 0, + "symbol": "PAS", + "type": "evmNative", + "icon": "PAS.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://testnet-passet-hub-eth-rpc.polkadot.io", + "name": "Polkadot Hub rpc node" + }, + { + "url": "wss://passet-hub-paseo.ibp.network", + "name": "Polkadot Hub wss node" + } + ], + "explorers": [ + { + "name": "Blockscan", + "extrinsic": "https://blockscout-passet-hub.parity-testnet.parity.io/tx/{hash}", + "account": "https://blockscout-passet-hub.parity-testnet.parity.io/address/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://blockscout-passet-hub.parity-testnet.parity.io/api/v2/", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Paseo_Testnet.svg", + "addressPrefix": 420420422, + "options": [ + "ethereumBased", + "noSubstrateRuntime", + "testnet" + ] + }, + { + "chainId": "4b5f95eefedf0d0fb514339edc24d2d411310520f687b4146145bcedb99885b9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acurast", + "assets": [ + { + "assetId": 0, + "symbol": "ACU", + "precision": 12, + "priceId": "acurast", + "icon": "cACU.svg" + } + ], + "nodes": [ + { + "url": "wss://public-archive.mainnet.acurast.com", + "name": "Acurast node" + } + ], + "explorers": [ + { + "name": "Acurast Monitoring Bot", + "extrinsic": "https://acurastbot.com/explorer/extrinsics/{hash}", + "account": "https://acurastbot.com/explorer/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acurast.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v22/preConfigured/chains.json b/chains/v22/preConfigured/chains.json index 3587b62..11d9dc6 100644 --- a/chains/v22/preConfigured/chains.json +++ b/chains/v22/preConfigured/chains.json @@ -111,14 +111,14 @@ "chainId": "713daf193a6301583ff467be736da27ef0a72711b248927ba413f573d2b38e44", "name": "Westend Collectives (TESTNET)" }, - { - "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "name": "Westend People (TESTNET)" - }, { "chainId": "f938510edee7c23efa6e9db74f227c827a1b518bffe92e2f6c9842dc53d38840", "name": "Westend Coretime (TESTNET)" }, + { + "chainId": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "name": "Westend People (TESTNET)" + }, { "chainId": "79a4dc4b7d2d34be5fb91e65fd3c964054c3825c6eb281577fd879ee07544519", "name": "Ajuna Paseo (TESTNET)" @@ -143,10 +143,6 @@ "chainId": "8b33761e81378321c4ef20ec7f2ef2fd16c89b1b73a91e08445c32d05d338ee8", "name": "IDN Testnet (TESTNET)" }, - { - "chainId": "1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9", - "name": "IDN Consumer Testnet (TESTNET)" - }, { "chainId": "8f1e2abdcec389498fa752eca7f1d92e12447ecd08c517d2fb53adc1739b9f5f", "name": "Kreivo de Paseo (TESTNET)" @@ -161,7 +157,7 @@ }, { "chainId": "f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc", - "name": "Neuro Testnet (TESTNET)" + "name": "NeuroWeb Testnet (TESTNET)" }, { "chainId": "c87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9", @@ -171,10 +167,6 @@ "chainId": "466edf864b4314b97f36e45ec21ddb39e0bdc52789377b91be0957d5afad2eb2", "name": "Energy Web X Paseo (TESTNET)" }, - { - "chainId": "e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1", - "name": "Pop Network Testnet (TESTNET)" - }, { "chainId": "e600ea6d0dfa0987874bc539b4c471b9f7e5a3277e80989e47a6cc69bb944511", "name": "Xcavate (TESTNET)" diff --git a/chains/v22/preConfigured/chains_dev.json b/chains/v22/preConfigured/chains_dev.json index d3bd209..cd50a21 100644 --- a/chains/v22/preConfigured/chains_dev.json +++ b/chains/v22/preConfigured/chains_dev.json @@ -99,10 +99,6 @@ "chainId": "8b33761e81378321c4ef20ec7f2ef2fd16c89b1b73a91e08445c32d05d338ee8", "name": "IDN Testnet (TESTNET)" }, - { - "chainId": "1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9", - "name": "IDN Consumer Testnet (TESTNET)" - }, { "chainId": "8f1e2abdcec389498fa752eca7f1d92e12447ecd08c517d2fb53adc1739b9f5f", "name": "Kreivo de Paseo (TESTNET)" @@ -123,10 +119,6 @@ "chainId": "466edf864b4314b97f36e45ec21ddb39e0bdc52789377b91be0957d5afad2eb2", "name": "Energy Web X Paseo (TESTNET)" }, - { - "chainId": "e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1", - "name": "Pop Network Testnet (TESTNET)" - }, { "chainId": "e600ea6d0dfa0987874bc539b4c471b9f7e5a3277e80989e47a6cc69bb944511", "name": "Xcavate (TESTNET)" diff --git a/chains/v22/preConfigured/details/1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9.json b/chains/v22/preConfigured/details/1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9.json deleted file mode 100644 index 2fbf428..0000000 --- a/chains/v22/preConfigured/details/1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chainId": "1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9", - "name": "IDN Consumer Testnet (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "IDNC", - "precision": 10, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://idnc0-testnet.idealabs.network", - "name": "IDN Node" - } - ], - "addressPrefix": 0 -} diff --git a/chains/v22/preConfigured/details/e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1.json b/chains/v22/preConfigured/details/e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1.json deleted file mode 100644 index df51513..0000000 --- a/chains/v22/preConfigured/details/e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chainId": "e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1", - "name": "Pop Network Testnet (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc1.paseo.popnetwork.xyz", - "name": "R0GUE-RPC1" - } - ], - "addressPrefix": 0 -} diff --git a/chains/v22/preConfigured/details/f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc.json b/chains/v22/preConfigured/details/f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc.json index 547c48d..8230202 100644 --- a/chains/v22/preConfigured/details/f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc.json +++ b/chains/v22/preConfigured/details/f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc.json @@ -1,6 +1,6 @@ { "chainId": "f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc", - "name": "Neuro Testnet (TESTNET)", + "name": "NeuroWeb Testnet (TESTNET)", "assets": [ { "assetId": 0, diff --git a/chains/v22/preConfigured/detailsDev/1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9.json b/chains/v22/preConfigured/detailsDev/1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9.json deleted file mode 100644 index 2fbf428..0000000 --- a/chains/v22/preConfigured/detailsDev/1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chainId": "1567e670533839953530f55daef83e7dbf245356278c6d21d28cbc85c8db32b9", - "name": "IDN Consumer Testnet (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "IDNC", - "precision": 10, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://idnc0-testnet.idealabs.network", - "name": "IDN Node" - } - ], - "addressPrefix": 0 -} diff --git a/chains/v22/preConfigured/detailsDev/e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1.json b/chains/v22/preConfigured/detailsDev/e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1.json deleted file mode 100644 index df51513..0000000 --- a/chains/v22/preConfigured/detailsDev/e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chainId": "e8b2d197b82a0da1fffca832c050894ebe343b289c61ef439aa694bdcef78aa1", - "name": "Pop Network Testnet (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "PAS", - "precision": 10, - "icon": "Default.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc1.paseo.popnetwork.xyz", - "name": "R0GUE-RPC1" - } - ], - "addressPrefix": 0 -} diff --git a/chains/v3/android/chains.json b/chains/v3/android/chains.json new file mode 100644 index 0000000..aa0e783 --- /dev/null +++ b/chains/v3/android/chains.json @@ -0,0 +1,3472 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + } + ], + "nodes": [ + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://rpc.subsocial.network", + "name": "DappForce" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + } + }, + "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "addressPrefix": 128 + } +] diff --git a/chains/v3/chains.json b/chains/v3/chains.json index 60a030a..aa0e783 100644 --- a/chains/v3/chains.json +++ b/chains/v3/chains.json @@ -1,3285 +1,3472 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - }, - "options": [ - "crowdloans" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium block node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 4, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "11" - } - } - ], - "nodes": [ - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - }, - "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "tether", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - }, - "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - }, - "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - } - ], - "nodes": [ - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - }, - "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - }, - "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0700000000", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx node" - }, - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - }, - "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - }, - "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware" - } - ], - "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - }, - "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - }, - "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38 - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://calamari-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - }, - "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - }, - "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - }, - "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - }, - "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - }, - "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - }, - "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - }, - "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10 - } - ], - "nodes": [ - { - "url": "wss://rpc.subsocial.network", - "name": "DappForce" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - }, - "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - }, - "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - }, - "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - }, - { - "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - }, - "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - }, - "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - }, - "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - }, - "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - }, - "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - }, - "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-01.hydradx.io", - "name": "Calactic Council node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - }, - "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - }, - "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - }, - "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://composable-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", - "addressPrefix": 49 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" - } - }, - "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin" - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "addressPrefix": 128 + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + } + ], + "nodes": [ + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://rpc.subsocial.network", + "name": "DappForce" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + } + }, + "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "addressPrefix": 128 + } ] diff --git a/chains/v3/chains_dev.json b/chains/v3/chains_dev.json index 9b9d0c1..973da53 100644 --- a/chains/v3/chains_dev.json +++ b/chains/v3/chains_dev.json @@ -1,3565 +1,3752 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-wallet-polkadot.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-wallet-polkadot.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium block node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-wallet-kusama.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-wallet-kusama.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-wallet-westend.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-wallet-westend.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westmint" - } - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 6, - "symbol": "ARIS", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "assetId": "16" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 4, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "11" - } - } - ], - "nodes": [ - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - }, - "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "tether", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "ARIS", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - }, - "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - } - ], - "nodes": [ - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - }, - "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.pinknode.io/alphanet/explorer", - "name": "Pinknode" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden__bm92Y" - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "staking": "parachain", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0700000000", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - }, - "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - }, - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10 - } - ], - "nodes": [ - { - "url": "wss://rpc.subsocial.network", - "name": "DappForce" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" - } - }, - "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - }, - "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx node" - }, - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - }, - "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - }, - "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - }, - "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - }, - "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38 - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://calamari-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - }, - "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - }, - "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - }, - "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.pinknode.io/mandala/explorer", - "name": "Pinknode node" - }, - { - "url": "wss://acala-mandala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mandala.polkawallet.io", - "name": "Polkawallet" - } - ], - "options": [ - "testnet" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 42 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - }, - "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar__bm92Y" - } - }, - "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - }, - "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - }, - "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - }, - "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 0 + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "priceId": "robonomics-network" - } + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - }, - "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - }, - "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - }, - { - "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - }, - "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - }, - "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - }, - "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - }, - "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - }, - "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - }, - "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-01.hydradx.io", - "name": "Calactic Council node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - }, - "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - }, - "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", - "addressPrefix": 0 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala__bm92Y" - } - }, - "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "parachain", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" - } - }, - "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "relaychain", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://composable-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", - "addressPrefix": 49 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" - } - }, - "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin" - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "addressPrefix": 128 + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-polkadot.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-polkadot.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-kusama.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-kusama.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-westend.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-westend.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westmint" + } + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 6, + "symbol": "ARIS", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "assetId": "16" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "ARIS", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ARIS.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + } + ], + "nodes": [ + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.pinknode.io/alphanet/explorer", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden__bm92Y" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "staking": "parachain", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://rpc.subsocial.network", + "name": "DappForce" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" + } + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.pinknode.io/mandala/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://acala-mandala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mandala.polkawallet.io", + "name": "Polkawallet" + } + ], + "options": [ + "testnet" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 42 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar__bm92Y" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", + "addressPrefix": 0 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala__bm92Y" + } + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "parachain", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing__bm92Y" + } + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "relaychain", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex__bm92Y" + } + }, + "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "addressPrefix": 128 + } ] diff --git a/chains/v4/android/chains.json b/chains/v4/android/chains.json new file mode 100644 index 0000000..8c8b8fc --- /dev/null +++ b/chains/v4/android/chains.json @@ -0,0 +1,4059 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://arch.subsocial.network", + "name": "Arch node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #009F80 24.99%, #95E7D7 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "color": "linear-gradient(315deg, #A91056 0%, #F34594 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "color": "linear-gradient(315deg, #C9B904 0%, #D3CD4A 66.15%, #FDF775 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "color": "linear-gradient(315deg, #7D20BF 15.1%, #584DDB 57.81%, #51BEF9 94.27%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #DF5262 16.15%, #EC725D 53.13%, #F38861 75.32%, #3F3F3F 75.41%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #7CB00B 12.5%, #B5FF14 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v4/chains.json b/chains/v4/chains.json index f2f43c7..8c8b8fc 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -1,3872 +1,4059 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - }, - "options": [ - "crowdloans" - ] + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium block node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 4, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "11" - } - } - ], - "nodes": [ - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Patract node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - }, - "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "tether", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - }, - "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - }, - "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - }, - "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - }, - "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0700000000", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx node" - }, - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - }, - "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - }, - "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware" - } - ], - "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "5" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - }, - "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - }, - "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38 - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://calamari-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - }, - "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - }, - "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - }, - "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - }, - "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - }, - "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - }, - "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - }, - "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10 - } - ], - "nodes": [ - { - "url": "wss://arch.subsocial.network", - "name": "Arch node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - }, - "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - }, - "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - }, - "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - }, - { - "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - }, - "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - }, - "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - }, - "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - }, - "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - }, - "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - }, - "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-01.hydradx.io", - "name": "Calactic Council node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - }, - "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - }, - "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - }, - "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - }, - "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://composable-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - }, - "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", - "addressPrefix": 49 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - }, - "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - }, - "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin" - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - }, - "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - }, - "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - }, - "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - }, - "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #009F80 24.99%, #95E7D7 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - }, - "color": "linear-gradient(315deg, #A91056 0%, #F34594 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - }, - "color": "linear-gradient(315deg, #C9B904 0%, #D3CD4A 66.15%, #FDF775 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - }, - "color": "linear-gradient(315deg, #7D20BF 15.1%, #584DDB 57.81%, #51BEF9 94.27%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #DF5262 16.15%, #EC725D 53.13%, #F38861 75.32%, #3F3F3F 75.41%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "color": "linear-gradient(315.17deg, #7CB00B 12.5%, #B5FF14 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg", - "addressPrefix": 42 + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://arch.subsocial.network", + "name": "Arch node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #009F80 24.99%, #95E7D7 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "color": "linear-gradient(315deg, #A91056 0%, #F34594 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "color": "linear-gradient(315deg, #C9B904 0%, #D3CD4A 66.15%, #FDF775 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "color": "linear-gradient(315deg, #7D20BF 15.1%, #584DDB 57.81%, #51BEF9 94.27%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #DF5262 16.15%, #EC725D 53.13%, #F38861 75.32%, #3F3F3F 75.41%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #7CB00B 12.5%, #B5FF14 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 3ada39e..a143945 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -1,4396 +1,4583 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "moonpay": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-wallet-polkadot.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-wallet-polkadot.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "staking": "relaychain", - "buyProviders": { - "ramp": {}, - "transak": { - "network": "MAINNET" - } - } - } - ], - "nodes": [ - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium block node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-wallet-kusama.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-wallet-kusama.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - }, - "options": [ - "crowdloans" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://nova-wallet-westend.gapi.subquery.network" - }, - "history": { - "type": "subquery", - "url": "https://nova-wallet-westend.gapi.subquery.network" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" ], - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 4, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "11" - } - } - ], - "nodes": [ - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - }, - "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "tether", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation node 0" - }, - { - "url": "wss://karura.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation node 1" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation node 2" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation node 3" - }, - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://wss.moonriver.moonbeam.network", - "name": "PureStake node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - }, - "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.pinknode.io/alphanet/explorer", - "name": "Pinknode" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "staking": "parachain", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0700000000", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - }, - "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet.edgewa.re", - "name": "Commonwealth Labs" - }, - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", - "overridesCommon": false - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - }, - "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", - "name": "Subsocial Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10 - } - ], - "nodes": [ - { - "url": "wss://arch.subsocial.network", - "name": "Arch node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" - } - }, - "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - }, - "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc-01.basilisk.hydradx.io", - "name": "Hydradx node" - }, - { - "url": "wss://basilisk.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - }, - "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - }, - "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - }, - "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KILT Spiritnet", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - }, - "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38 - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - }, - { - "url": "wss://calamari.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://calamari-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - }, - "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://pioneer-1-rpc.bit.country", - "name": "Bit.Country node" - }, - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - }, - "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - }, - { - "url": "wss://acala-polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala__bm92Y" - } - }, - "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12 - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://acala-mandala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mandala.polkawallet.io", - "name": "Polkawallet" - }, - { - "url": "wss://rpc.pinknode.io/mandala/explorer", - "name": "Pinknode node" - } - ], - "options": [ - "testnet" - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "addressPrefix": 42 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - }, - "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - }, - "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://parallel-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - }, - "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - }, - "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - }, - "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", - "addressPrefix": 0 + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - }, - "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - }, - "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc-0.zeitgeist.pm", - "name": "ZeitgeistPM node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" - } - }, - "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - }, - { - "url": "wss://rpc.api.kico.dico.io", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - }, - "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - }, - "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - }, - "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - }, - "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - }, - "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - }, - "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - }, - "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-01.hydradx.io", - "name": "Calactic Council node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - }, - "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - }, - "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - }, - "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", - "addressPrefix": 0 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - }, - "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07", - "currencyIdType": "turing_runtime.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://turing.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - }, - "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://composable-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - }, - "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", - "addressPrefix": 49 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - }, - "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - }, - "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin" - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - }, - "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - }, - "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - }, - "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - }, - "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #009F80 24.99%, #95E7D7 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://staging-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - }, - "color": "linear-gradient(315deg, #A91056 0%, #F34594 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - }, - "color": "linear-gradient(315deg, #C9B904 0%, #D3CD4A 66.15%, #FDF775 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - }, - "color": "linear-gradient(315deg, #7D20BF 15.1%, #584DDB 57.81%, #51BEF9 94.27%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun__bm92Y" - } - }, - "color": "linear-gradient(315deg, #DF5262 16.15%, #EC725D 53.13%, #F38861 75.32%, #3F3F3F 75.41%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue__bm92Y" - } - }, - "color": "linear-gradient(315.17deg, #7CB00B 12.5%, #B5FF14 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12 - } - ], - "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "color": "linear-gradient(315.17deg, #CA28CC 15.89%, #30BCD0 85.66%)", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "addressPrefix": 117 + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "moonpay": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #D43079 0%, #F93C90 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-polkadot.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-polkadot.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "staking": "relaychain", + "buyProviders": { + "ramp": {}, + "transak": { + "network": "MAINNET" + } + } + } + ], + "nodes": [ + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium block node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-kusama.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-kusama.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + }, + "options": [ + "crowdloans" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://nova-wallet-westend.gapi.subquery.network" + }, + "history": { + "type": "subquery", + "url": "https://nova-wallet-westend.gapi.subquery.network" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 4, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "11" + } + } + ], + "nodes": [ + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "color": "linear-gradient(315deg, #1C3816 0%, #4F6B49 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "tether", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation node 0" + }, + { + "url": "wss://karura.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation node 1" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation node 2" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation node 3" + }, + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #E40C5B 0%, #FF4C3B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://wss.moonriver.moonbeam.network", + "name": "PureStake node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + }, + "color": "linear-gradient(135deg, #F2A007 19.29%, #A56B00 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.pinknode.io/alphanet/explorer", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "color": "linear-gradient(135deg, #987ED9 0%, #5132AA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "staking": "parachain", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0700000000", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "color": "linear-gradient(135deg, #3F3F3F 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "color": "linear-gradient(315deg, #180C2B 0%, #1E3258 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet.edgewa.re", + "name": "Commonwealth Labs" + }, + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json", + "overridesCommon": false + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "color": "linear-gradient(315deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8", + "name": "Subsocial Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10 + } + ], + "nodes": [ + { + "url": "wss://arch.subsocial.network", + "name": "Arch node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial_solo.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial-solochain__bm92Y" + } + }, + "color": "linear-gradient(315deg, #720497 0%, #F50083 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "color": "linear-gradient(315deg, #3A55F5 8%, #04E2FF 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-01.basilisk.hydradx.io", + "name": "Hydradx node" + }, + { + "url": "wss://basilisk.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "color": "linear-gradient(315deg, #5B892B 0%, #97D92D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "color": "linear-gradient(315deg, #A37539 0%, #F5B840 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "color": "linear-gradient(315deg, #0B8789 0%, #36F7FA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KILT Spiritnet", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "color": "linear-gradient(135deg, #F86842 0%, #8C175B 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38 + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + }, + { + "url": "wss://calamari.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://calamari-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "color": "linear-gradient(315deg, #5C09BA 0%, #C72F9E 58.33%, #FCA027 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "color": "linear-gradient(315deg, #CB2E41 0%, #ED5B6D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://pioneer-1-rpc.bit.country", + "name": "Bit.Country node" + }, + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "color": "linear-gradient(315deg, #391BB5 0%, #DB3795 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + }, + { + "url": "wss://acala-polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala__bm92Y" + } + }, + "color": "linear-gradient(97.21deg, #E40C5B 0%, #645AFD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "5c562e6300954998233c9a40b6b86f3028977e6d32d0da1af207738d19f98c1b", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://acala-mandala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mandala.polkawallet.io", + "name": "Polkawallet" + }, + { + "url": "wss://rpc.pinknode.io/mandala/explorer", + "name": "Pinknode node" + } + ], + "options": [ + "testnet" + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "addressPrefix": 42 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + }, + "color": "linear-gradient(135deg, #53CBC8 0%, #11807D 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "color": "linear-gradient(315deg, #DD037D 0%, #00B1FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://parallel-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "color": "linear-gradient(315deg, #5314F1 8%, #04E2FF 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "color": "linear-gradient(315deg, #4AA7CA 0%, #56D5A7 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "color": "linear-gradient(315deg, #23371A 0%, #89C62D 75%, #D43079 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "color": "linear-gradient(315deg, #2A4ECB 0%, #4CABEC 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "color": "linear-gradient(315deg, #001BC4 0%, #3F59FF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc-0.zeitgeist.pm", + "name": "ZeitgeistPM node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist__bm92Y" + } + }, + "color": "linear-gradient(315deg, #132849 0%, #2C5AA6 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + }, + { + "url": "wss://rpc.api.kico.dico.io", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "color": "linear-gradient(315deg, #248A63 0%, #58B18F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "color": "linear-gradient(315deg, #4A22E1 0%, #7657EF 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "color": "linear-gradient(315deg, #E6335B 0%, #0036F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "color": "linear-gradient(315deg, #0C0011 0%, #681391 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "color": "linear-gradient(315deg, #D57923 0%, #F8A65A 75%, #3F3F3F 75.01%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "color": "linear-gradient(315deg, #000C5F 47.14%, #91E3DA 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "color": "linear-gradient(315.17deg, #4E6FD4 0%, #7B99F5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-01.hydradx.io", + "name": "Calactic Council node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "color": "linear-gradient(315.17deg, #081152 19.76%, #F569AD 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "color": "linear-gradient(315.17deg, #000000 0%, #3F3F3F 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "color": "linear-gradient(315.17deg, #50AA85 0%, #57C799 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Testnet.svg", + "addressPrefix": 0 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "color": "linear-gradient(315deg, #78930F 0%, #D1F068 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07", + "currencyIdType": "turing_runtime.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://turing.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "color": "linear-gradient(315deg, #B533B3 14.94%, #38EDF1 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "color": "linear-gradient(315deg, #008464 20%, #69E6C8 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://composable-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "color": "linear-gradient(315.17deg, #7A0354 13.48%, #8E0076 46.85%, #F139FE 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "color": "linear-gradient(315deg, #2B2D36 23.96%, #606169 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "color": "linear-gradient(315deg, #B62EB1 0%, #E96CE5 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin" + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "color": "linear-gradient(135deg, #D43079 26.21%, #2EA9E7 26.42%, #4584F5 40.32%, #AC57C0 60.21%, #E65659 80.19%, #FFBF12 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "color": "linear-gradient(315deg, #0E7227 0%, #5CC774 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "color": "linear-gradient(315deg, #267DEE 0%, #5FC2F9 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "color": "linear-gradient(315deg, #E04E02 0%, #FCB350 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #009F80 24.99%, #95E7D7 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://staging-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "color": "linear-gradient(315deg, #A91056 0%, #F34594 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "color": "linear-gradient(315deg, #C9B904 0%, #D3CD4A 66.15%, #FDF775 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "color": "linear-gradient(315deg, #7D20BF 15.1%, #584DDB 57.81%, #51BEF9 94.27%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun__bm92Y" + } + }, + "color": "linear-gradient(315deg, #DF5262 16.15%, #EC725D 53.13%, #F38861 75.32%, #3F3F3F 75.41%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue__bm92Y" + } + }, + "color": "linear-gradient(315.17deg, #7CB00B 12.5%, #B5FF14 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "color": "linear-gradient(315deg, #434852 0%, #787F92 100%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12 + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "color": "linear-gradient(315.17deg, #CA28CC 15.89%, #30BCD0 85.66%)", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "addressPrefix": 117 + } ] diff --git a/chains/v5/android/chains.json b/chains/v5/android/chains.json new file mode 100644 index 0000000..78317b1 --- /dev/null +++ b/chains/v5/android/chains.json @@ -0,0 +1,4952 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-sha-subscan.crust.network", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-ksm-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } +] diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 3bef48e..78317b1 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -1,4765 +1,4952 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Patract node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "5" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38 - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - }, - { - "url": "wss://kintsugi-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-sha-subscan.crust.network", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-ksm-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" - }, - { - "url": "wss://kusama.gmordie.com", - "name": "GMorDieDAO node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-sha-subscan.crust.network", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-ksm-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } ] diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index b7d3122..cb66aa0 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -1,5602 +1,5789 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, - { - "url": "wss://polkadot.public.curie.radiumblock.io/ws", - "name": "Radium block node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.xyz/ws", - "name": "Radium block node" - }, - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.pinknode.io/alphanet/explorer", - "name": "Pinknode" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - }, - { - "url": "wss://kintsugi-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://altair-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - }, - "governance": { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - }, - { - "url": "wss://parallel.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - }, - { - "url": "wss://clover.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-sha-subscan.crust.network", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - }, - { - "url": "wss://integritee-ksm-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://centrifuge-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - }, - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadex.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://tinker.invarch.network", - "name": "InvArch node" - }, - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" - }, - { - "url": "wss://kusama.gmordie.com", - "name": "GMorDieDAO node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "externalApi": { - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", - "name": "Governance2 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://novasama.co", - "name": "Development node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.co/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot.public.curie.radiumblock.io/ws", + "name": "Radium block node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.xyz/ws", + "name": "Radium block node" + }, + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.pinknode.io/alphanet/explorer", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + }, + { + "url": "wss://kintsugi-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://altair-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + }, + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + }, + { + "url": "wss://parallel.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + }, + { + "url": "wss://clover.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-sha-subscan.crust.network", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + }, + { + "url": "wss://integritee-ksm-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://centrifuge-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + }, + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadex.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://tinker.invarch.network", + "name": "InvArch node" + }, + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://kusama.gmordie.com", + "name": "GMorDieDAO node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "externalApi": { + "history": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.co", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.co/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } ] diff --git a/chains/v6/android/chains.json b/chains/v6/android/chains.json new file mode 100644 index 0000000..4650169 --- /dev/null +++ b/chains/v6/android/chains.json @@ -0,0 +1,5695 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } +] diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 1ea857e..4650169 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -1,5508 +1,5695 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Patract node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041 - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "5" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38 - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32 - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36 - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63 - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex Solochain", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://ws-node-gm.terrabiodao.org", - "name": "TerraBioDao node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Patract node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041 + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "5" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38 + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32 + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36 + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63 + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex Solochain", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://ws-node-gm.terrabiodao.org", + "name": "TerraBioDao node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } ] diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 7c6cc23..3f730ae 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -1,6360 +1,6547 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://public-rpc.pinknode.io/polkadot", - "name": "Pinknode node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/kusama", - "name": "Pinknode node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.pinknode.io/westend/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://rpc.pinknode.io/moonriver/explorer", - "name": "Pinknode node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://public-rpc.pinknode.io/alphanet", - "name": "Pinknode" - }, - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.pinknode.io/shiden/explorer", - "name": "Pinknode node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - }, - { - "url": "wss://parallel-heiko.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://heiko-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://public-rpc.pinknode.io/moonbeam", - "name": "Pinknode node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://picasso-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crab", - "assets": [ - { - "assetId": 0, - "symbol": "CRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" - } - ], - "nodes": [ - { - "url": "wss://crab-parachain-rpc.darwinia.network/", - "name": "Crab node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", - "account": "https://crab.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", - "addressPrefix": 42 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - }, - { - "url": "wss://pichiu.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", - "name": "Governance2 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://novasama.co", - "name": "Development node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.co/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xxnetwork-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://public-rpc.pinknode.io/polkadot", + "name": "Pinknode node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/kusama", + "name": "Pinknode node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.pinknode.io/westend/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://rpc.pinknode.io/moonriver/explorer", + "name": "Pinknode node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://public-rpc.pinknode.io/alphanet", + "name": "Pinknode" + }, + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.pinknode.io/shiden/explorer", + "name": "Pinknode node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + }, + { + "url": "wss://parallel-heiko.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://heiko-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://public-rpc.pinknode.io/moonbeam", + "name": "Pinknode node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://picasso-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "eac895d7768b17837a9c3a9f0280c01502c3ef40193df923490a0fa9c60ea076", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crab", + "assets": [ + { + "assetId": 0, + "symbol": "CRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg" + } + ], + "nodes": [ + { + "url": "wss://crab-parachain-rpc.darwinia.network/", + "name": "Crab node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crab.subscan.io/extrinsic/{hash}", + "account": "https://crab.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crab.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-crab" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg", + "addressPrefix": 42 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + }, + { + "url": "wss://pichiu.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "f179a15464514e00fe355a66b2bdafa490c4e232eed60f036bc46302b5d898eb", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.co", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.co/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xxnetwork-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + } ] diff --git a/chains/v7/android/chains.json b/chains/v7/android/chains.json new file mode 100644 index 0000000..58c4f08 --- /dev/null +++ b/chains/v7/android/chains.json @@ -0,0 +1,5878 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 465df6c..58c4f08 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -1,5691 +1,5878 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 16e0c95..a7bcdc9 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -1,6576 +1,6763 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "altair" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "assetType": "evm", - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - "governance": { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "KICO", - "assets": [ - { - "assetId": 0, - "symbol": "KICO", - "precision": 14, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.kico.dico.io", - "name": "DICO FOUNDATION node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", - "addressPrefix": 42 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - }, - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - } - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - }, - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", - "name": "Governance2 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://novasama.co", - "name": "Development node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.co/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", - "addressPrefix": 88 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "assetType": "evm", + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + "governance": { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "KICO", + "assets": [ + { + "assetId": 0, + "symbol": "KICO", + "precision": 14, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.kico.dico.io", + "name": "DICO FOUNDATION node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kico.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kico" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KICO.svg", + "addressPrefix": 42 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + }, + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + }, + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.co", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.co/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crust.svg", + "addressPrefix": 88 + } ] diff --git a/chains/v8/android/chains.json b/chains/v8/android/chains.json new file mode 100644 index 0000000..b3b9950 --- /dev/null +++ b/chains/v8/android/chains.json @@ -0,0 +1,5968 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + } +] diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 3ca549f..b3b9950 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -1,5781 +1,5968 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kusama.polkassembly.io/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kusama.polkassembly.io/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 00f1844..041f980 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -1,6850 +1,7037 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkadot.polkassembly.io/v1/graphql" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "kBTC-KSM", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "basilisk" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "altair" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://ws.calamari.systems/", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "hydradx" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", - "name": "Governance2 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://novasama.co", - "name": "Development node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", - "overridesCommon": true - }, - "externalApi": { - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 2, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", - "name": "Governance1 Novasama Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://novasama.co/gov1", - "name": "Development node" - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet", - "governance-v1" - ] - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "kBTC-KSM", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkadot.polkassembly.io/v1/graphql" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "kBTC-KSM", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "basilisk" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://ws.calamari.systems/", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "hydradx" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "b587be787d4b0209a3105469f0cbfa34eeb834e49d949e841898b2243825d765", + "name": "Governance2 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://novasama.co", + "name": "Development node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/novasama_gov2_testnet.json", + "overridesCommon": true + }, + "externalApi": { + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gov-test" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 2, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "de06348a2bb1ca0b6ad293af89b08cc9e916d7753065c784d77c8d27a31af299", + "name": "Governance1 Novasama Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://novasama.co/gov1", + "name": "Development node" + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet", + "governance-v1" + ] + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "kBTC-KSM", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-KSM.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + } ] diff --git a/chains/v9/android/chains.json b/chains/v9/android/chains.json new file mode 100644 index 0000000..a264925 --- /dev/null +++ b/chains/v9/android/chains.json @@ -0,0 +1,6133 @@ +[ + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + } +] diff --git a/chains/v9/chains.json b/chains/v9/chains.json index a5ca8db..a264925 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -1,5946 +1,6133 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8 - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonbeam.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura node" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", - "name": "Infura node 2" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://api.moonriver.polkassembly.network/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6 - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge node" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78 - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268 - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172 - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49 - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73 - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131 - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66 - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110 - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30 - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51 - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "staking": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 50 - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88 - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42 - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33 - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57 - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207 - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8 + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonbeam.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura node" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/9dddd77ac74043dc9a8dc48f82822c7d", + "name": "Infura node 2" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://api.moonriver.polkassembly.network/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "priceId": "bifrost-native-coin", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6 + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge node" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78 + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268 + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172 + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49 + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73 + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131 + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66 + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110 + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30 + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51 + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "staking": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50 + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88 + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42 + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33 + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57 + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207 + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + } ] diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 836388a..e9aedcd 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -1,7097 +1,7284 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://polkadot.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://rpc.dotters.network/polkadot", - "name": "Dotters Net node" - }, - { - "url": "wss://rpc.ibp.network/polkadot", - "name": "IBP network node" - }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://1rpc.io/dot", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", - "account": "https://polkadot.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", - "account": "https://polkascan.io/polkadot/account/{address}", - "event": "https://polkascan.io/polkadot/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", - "addressPrefix": 0, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://polkadot.subsquare.io/api" - } - ] - }, - "options": [ - "crowdloans", - "governance-v1" - ] - }, - { - "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "staking": "relaychain", - "buyProviders": { - "transak": { - "network": "MAINNET" - }, - "mercuryo": {} - } - } - ], - "nodes": [ - { - "url": "wss://rpc.ibp.network/kusama", - "name": "IBP network node" - }, - { - "url": "wss://1rpc.io/ksm", - "name": "Automata 1RPC node" - }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.dotters.network/kusama", - "name": "Dotters Net node" - }, - { - "url": "wss://kusama.public.curie.radiumblock.co/ws", - "name": "Radium node" - }, - { - "url": "wss://kusama-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", - "account": "https://kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkascan", - "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", - "account": "https://polkascan.io/kusama/account/{address}", - "event": "https://polkascan.io/kusama/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", - "addressPrefix": 2, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://kusama.subsquare.io/api" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" - } - ] - }, - "options": [ - "crowdloans", - "governance", - "governance-v1" - ] - }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "westend" - } - } - ] - }, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", - "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westmint", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" - }, - { - "assetId": 1, - "symbol": "SIRI", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "type": "statemine", - "typeExtras": { - "assetId": "81" - } - } - ], - "nodes": [ - { - "url": "wss://westmint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://westmint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://westmint.statescan.io/account/{address}", - "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", - "event": "https://westmint.statescan.io/event/{event}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", - "addressPrefix": 42, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", - "overridesCommon": true - }, - "options": [ - "testnet" - ] - }, - { - "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Statemine", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama" - }, - { - "assetId": 1, - "symbol": "RMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 2, - "symbol": "CHAOS", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", - "typeExtras": { - "assetId": "69420" - } - }, - { - "assetId": 3, - "symbol": "CHRWNA", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", - "typeExtras": { - "assetId": "567" - } - }, - { - "assetId": 4, - "symbol": "SHIBATALES", - "precision": 0, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", - "typeExtras": { - "assetId": "88888" - } - }, - { - "assetId": 5, - "symbol": "BILLCOIN", - "precision": 8, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", - "typeExtras": { - "assetId": "223" - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemine.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://statemine-rpc.polkadot.io", - "name": "Parity node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", - "account": "https://statemine.subscan.io/account/{address}", - "event": null - }, - { - "name": "Statescan", - "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", - "account": "https://statemine.statescan.io/account/{address}", - "event": "https://statemine.statescan.io/event/{event}" - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", - "addressPrefix": 2 - }, - { - "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Karura", - "assets": [ - { - "assetId": 0, - "symbol": "KAR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "priceId": "karura" - }, - { - "assetId": 1, - "symbol": "aUSD", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "priceId": "acala-dollar", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0081", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0082", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "BNC", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "typeExtras": { - "currencyIdScale": "0x00a8", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "8000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0083", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x00aa", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x00ab", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "133330000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x00ac", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "660000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "TAI", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", - "typeExtras": { - "currencyIdScale": "0x0084", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x00a9", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "taiKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "QTZ", - "precision": 18, - "priceId": "quartz", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 14, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 15, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 16, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "currencyIdScale": "0x050500", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 17, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 18, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "currencyIdScale": "0x050a00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 19, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "currencyIdScale": "0x050800", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 20, - "symbol": "KICO", - "precision": 14, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", - "typeExtras": { - "currencyIdScale": "0x050600", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 21, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", - "typeExtras": { - "currencyIdScale": "0x050900", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 22, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "currencyIdScale": "0x050b00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 23, - "symbol": "AIR", - "precision": 18, - "priceId": "altair", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "typeExtras": { - "currencyIdScale": "0x050c00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 24, - "symbol": "GENS", - "precision": 9, - "type": "orml", - "priceId": "genshiro", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "currencyIdScale": "0x050e00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 25, - "symbol": "EQD", - "precision": 9, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", - "typeExtras": { - "currencyIdScale": "0x050f00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 26, - "symbol": "CRAB", - "precision": 18, - "type": "orml", - "priceId": "darwinia-crab-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "currencyIdScale": "0x050d00", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://karura-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://karura-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://karura-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://karura-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://karura-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "karura" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", - "addressPrefix": 8, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Moonriver", - "assets": [ - { - "assetId": 0, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MOONRIVER" - } - } - }, - { - "assetId": 1, - "symbol": "xcRMRK", - "precision": 10, - "priceId": "rmrk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "typeExtras": { - "assetId": "182365888117048807484804376330534607370" - } - }, - { - "assetId": 2, - "symbol": "xcKSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 3, - "symbol": "xcKINT", - "precision": 12, - "priceId": "kintsugi", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "175400718394635817552109270754364440562" - } - }, - { - "assetId": 4, - "symbol": "xcKAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "10810581592933651521121702237638664357" - } - }, - { - "assetId": 5, - "symbol": "xcBNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "319623561105283008236062145480775032445" - } - }, - { - "assetId": 6, - "symbol": "xckBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "328179947973504579459046439826496046832" - } - }, - { - "assetId": 7, - "symbol": "xcUSDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - }, - { - "assetId": 8, - "symbol": "xcaUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "214920334981412447805621250067209749032" - } - }, - { - "assetId": 9, - "symbol": "xcCSM", - "precision": 12, - "priceId": "crust-storage-market", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "108457044225666871745333730479173774551" - } - }, - { - "assetId": 10, - "symbol": "xcPHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "189307976387032586987344677431204943363" - } - }, - { - "assetId": 11, - "symbol": "xcHKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "76100021443485661246318545281171740067" - } - }, - { - "assetId": 12, - "symbol": "xcKMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "213357169630950964874127107356898319277" - } - }, - { - "assetId": 13, - "symbol": "xcCRAB", - "precision": 18, - "priceId": "darwinia-crab-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", - "typeExtras": { - "assetId": "173481220575862801646329923366065693029" - } - }, - { - "assetId": 14, - "symbol": "xcTEER", - "precision": 12, - "priceId": "integritee", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", - "typeExtras": { - "assetId": "105075627293246237499203909093923548958" - } - }, - { - "assetId": 15, - "symbol": "xcLIT", - "precision": 12, - "priceId": "litentry", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "typeExtras": { - "assetId": "65216491554813189869575508812319036608" - } - }, - { - "assetId": 16, - "symbol": "xcSDN", - "precision": 18, - "priceId": "shiden", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "typeExtras": { - "assetId": "16797826370226091782818345603793389938" - } - }, - { - "assetId": 17, - "symbol": "xcXRT", - "precision": 9, - "priceId": "robonomics-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "assetId": "108036400430056508975016746969135344601" - } - } - ], - "nodes": [ - { - "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", - "name": "OnFinality node" - }, - { - "url": "wss://moonriver.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.api.moonriver.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonriver.public.blastapi.io", - "name": "Blast node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", - "account": "https://moonriver.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", - "account": "https://moonriver.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - }, - { - "type": "etherscan", - "url": "https://api-moonriver.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" - } - ], - "governance-delegations": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", - "addressPrefix": 1285, - "options": [ - "ethereumBased", - "governance", - "governance-v1" - ] - }, - { - "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", - "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Alpha", - "assets": [ - { - "staking": "parachain", - "assetId": 0, - "symbol": "DEV", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 18 - }, - { - "assetId": 1, - "symbol": "xcUNIT", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "precision": 12, - "type": "statemine", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - } - ], - "nodes": [ - { - "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://wss.testnet.moonbeam.network", - "name": "Moonbeam Network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", - "account": "https://moonbase.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 1287, - "options": [ - "ethereumBased", - "testnet" - ] - }, - { - "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Shiden", - "assets": [ - { - "assetId": 0, - "symbol": "SDN", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "priceId": "shiden" - }, - { - "assetId": 1, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551623" - } - }, - { - "assetId": 2, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "MOVR", - "precision": 18, - "type": "statemine", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "KINT", - "precision": 12, - "type": "statemine", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 7, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 8, - "symbol": "CSM", - "precision": 12, - "type": "statemine", - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", - "typeExtras": { - "assetId": "18446744073709551624" - } - }, - { - "assetId": 9, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 10, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.shiden.astar.network", - "name": "StakeTechnologies node" - }, - { - "url": "wss://shiden.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://shiden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", - "account": "https://shiden.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", - "addressPrefix": 5, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "shiden" - } - } - ] - } - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost Kusama", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "priceId": "bifrost-native-coin", - "staking": "parachain" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0204", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "RMRK", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", - "priceId": "rmrk", - "typeExtras": { - "currencyIdScale": "0x0209", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "currencyIdScale": "0x0207", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x0206", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0302", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "vsKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0404", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "MOVR", - "precision": 18, - "type": "orml", - "priceId": "moonriver", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "currencyIdScale": "0x020a", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "PHA", - "precision": 12, - "type": "orml", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x0208", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "40000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "vKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0104", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - }, - { - "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bifrost-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", - "account": "https://bifrost-kusama.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", - "addressPrefix": 6, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-kusama.interlay.io/parachain", - "name": "Kintsugi Labs" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", - "account": "https://kintsugi.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", - "addressPrefix": 2092 - }, - { - "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", - "name": "Edgeware", - "assets": [ - { - "assetId": 0, - "symbol": "EDG", - "precision": 18, - "priceId": "edgeware", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", - "staking": "aura-relaychain" - } - ], - "nodes": [ - { - "url": "wss://edgeware-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://edgeware.jelliedowl.net", - "name": "JelliedOwl node" - }, - { - "url": "wss://mainnet2.edgewa.re", - "name": "Edgeware node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", - "account": "https://edgeware.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", - "addressPrefix": 7 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "100" - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "103" - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "assetId": "109" - } - }, - { - "assetId": 4, - "symbol": "sKSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "assetId": "1000" - } - }, - { - "assetId": 5, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "107" - } - }, - { - "assetId": 6, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "113" - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - }, - { - "assetId": 8, - "symbol": "GENS", - "precision": 9, - "priceId": "genshiro", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", - "typeExtras": { - "assetId": "123" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - } - ], - "nodes": [ - { - "url": "wss://heiko-rpc.parallel.fi", - "name": "Parallel" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", - "account": "https://parallel-heiko.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", - "addressPrefix": 110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Basilisk", - "assets": [ - { - "assetId": 0, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "TNKR", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0e000000", - "currencyIdType": "u32", - "existentialDeposit": "10000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "XRT", - "precision": 9, - "type": "orml", - "priceId": "robonomics-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "typeExtras": { - "currencyIdScale": "0x10000000", - "currencyIdType": "u32", - "existentialDeposit": "1683502", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.basilisk.cloud", - "name": "Basilisk node" - }, - { - "url": "wss://basilisk-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", - "account": "https://basilisk.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://basilisk.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", - "addressPrefix": 10041, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Altair", - "assets": [ - { - "assetId": 0, - "symbol": "AIR", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", - "priceId": "altair" - } - ], - "nodes": [ - { - "url": "wss://fullnode.altair.centrifuge.io", - "name": "Centrifuge" - }, - { - "url": "wss://altair.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", - "account": "https://altair.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "altair" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", - "addressPrefix": 136, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Khala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "assetId": "0" - } - }, - { - "assetId": 2, - "symbol": "KAR", - "precision": 12, - "type": "statemine", - "priceId": "karura", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "assetId": "1" - } - }, - { - "assetId": 3, - "symbol": "BNC", - "precision": 12, - "type": "statemine", - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "typeExtras": { - "assetId": "2" - } - }, - { - "assetId": 4, - "symbol": "ZLK", - "precision": 18, - "priceId": "zenlink-network-token", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", - "typeExtras": { - "assetId": "3" - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "4" - } - }, - { - "assetId": 6, - "symbol": "BSX", - "precision": 12, - "priceId": "basilisk", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", - "typeExtras": { - "assetId": "9" - } - }, - { - "assetId": 7, - "symbol": "MOVR", - "precision": 18, - "priceId": "moonriver", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", - "typeExtras": { - "assetId": "6" - } - }, - { - "assetId": 8, - "symbol": "HKO", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "assetId": "7" - } - }, - { - "assetId": 9, - "symbol": "KMA", - "precision": 12, - "priceId": "calamari-network", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "typeExtras": { - "assetId": "8" - } - }, - { - "assetId": 10, - "symbol": "TUR", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", - "typeExtras": { - "assetId": "10" - } - } - ], - "nodes": [ - { - "url": "wss://khala-api.phala.network/ws", - "name": "Phala node" - }, - { - "url": "wss://khala.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://khala-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", - "account": "https://khala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "khala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", - "addressPrefix": 30 - }, - { - "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "KILT", - "assets": [ - { - "assetId": 0, - "symbol": "KILT", - "priceId": "kilt-protocol", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", - "precision": 15 - } - ], - "nodes": [ - { - "url": "wss://spiritnet.kilt.io/", - "name": "KILT Protocol node" - }, - { - "url": "wss://spiritnet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", - "account": "https://spiritnet.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://kilt-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", - "addressPrefix": 38, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", - "name": "KILT Peregrine", - "assets": [ - { - "assetId": 0, - "symbol": "PILT", - "precision": 15, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" - } - ], - "nodes": [ - { - "url": "wss://peregrine.kilt.io/parachain-public-ws/", - "name": "KILT Protocol Node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", - "account": "https://kilt-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", - "addressPrefix": 38, - "options": [ - "testnet" - ] - }, - { - "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Calamari", - "assets": [ - { - "assetId": 0, - "symbol": "KMA", - "priceId": "calamari-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "precision": 12, - "staking": "parachain" - } - ], - "nodes": [ - { - "url": "wss://calamari.systems", - "name": "Manta network node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", - "account": "https://calamari.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "calamari" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", - "addressPrefix": 78, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "QUARTZ", - "assets": [ - { - "assetId": 0, - "symbol": "QTZ", - "priceId": "quartz", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://quartz.unique.network", - "name": "Unique node" - }, - { - "url": "wss://eu-ws-quartz.unique.network", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws-quartz.unique.network", - "name": "Unique US node" - }, - { - "url": "wss://asia-ws-quartz.unique.network", - "name": "Unique Asia node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", - "account": "https://quartz.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", - "addressPrefix": 255 - }, - { - "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bit.Country Pioneer", - "assets": [ - { - "assetId": 0, - "symbol": "NEER", - "precision": 18, - "priceId": "metaverse-network-pioneer", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" - }, - { - "assetId": 1, - "symbol": "BIT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x030000000000000000", - "currencyIdType": "bit_country_primitives.FungibleTokenId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://pioneer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", - "account": "https://pioneer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", - "addressPrefix": 268, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Acala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "priceId": "acala", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0003", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "lcDOT", - "precision": 10, - "priceId": "liquid-crowdloan-dot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", - "typeExtras": { - "currencyIdScale": "0x040d000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x050000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "currencyIdScale": "0x050100", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "TAP", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", - "typeExtras": { - "currencyIdScale": "0x0004", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 8, - "symbol": "tDOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", - "typeExtras": { - "currencyIdScale": "0x0300000000", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 9, - "symbol": "INTR", - "precision": 10, - "type": "orml", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "currencyIdScale": "0x050400", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 10, - "symbol": "ASTR", - "precision": 18, - "type": "orml", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "currencyIdScale": "0x050200", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 11, - "symbol": "EQ", - "precision": 9, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", - "typeExtras": { - "currencyIdScale": "0x050700", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000", - "transfersEnabled": true - } - }, - { - "assetId": 12, - "symbol": "iBTC", - "precision": 8, - "type": "orml", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "currencyIdScale": "0x050300", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "100", - "transfersEnabled": true - } - }, - { - "assetId": 13, - "symbol": "DAI", - "precision": 18, - "type": "orml", - "priceId": "dai", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://acala-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://acala-rpc-0.aca-api.network", - "name": "Acala Foundation 0 node" - }, - { - "url": "wss://acala-rpc-1.aca-api.network", - "name": "Acala Foundation 1 node" - }, - { - "url": "wss://acala-rpc-2.aca-api.network/ws", - "name": "Acala Foundation 2 node" - }, - { - "url": "wss://acala-rpc-3.aca-api.network/ws", - "name": "Acala Foundation 3 node" - }, - { - "url": "wss://acala.polkawallet.io", - "name": "Polkawallet node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", - "account": "https://acala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "acala" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", - "addressPrefix": 10, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", - "name": "Acala Mandala", - "assets": [ - { - "assetId": 0, - "symbol": "ACA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "acala_primitives.currency.CurrencyId", - "existentialDeposit": "1000000" - } - } - ], - "nodes": [ - { - "url": "wss://mandala-rpc.aca-staging.network/ws", - "name": "Acala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", - "account": "https://acala-testnet.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Moonbeam", - "assets": [ - { - "assetId": 0, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "staking": "parachain", - "buyProviders": { - "transak": { - "network": "MAINNET" - } - } - }, - { - "assetId": 1, - "symbol": "xcDOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "42259045809535163221576417993425387648" - } - }, - { - "assetId": 2, - "symbol": "xcaUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "110021739665376159354538090254163045594" - } - }, - { - "assetId": 3, - "symbol": "xcACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "224821240862170613278369189818311486111" - } - }, - { - "assetId": 4, - "symbol": "xcPARA", - "precision": 12, - "priceId": "parallel-finance", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", - "typeExtras": { - "assetId": "32615670524745285411807346420584982855" - } - }, - { - "assetId": 5, - "symbol": "xcINTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "101170542313601871197860408087030232491" - } - }, - { - "assetId": 6, - "symbol": "xciBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "120637696315203257380661607956669368914" - } - }, - { - "assetId": 7, - "symbol": "POOP", - "precision": 18, - "type": "statemine", - "priceId": "raresama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", - "typeExtras": { - "assetId": "270195117769614861929703564202131636628", - "palletName": "LocalAssets" - } - }, - { - "assetId": 8, - "symbol": "xcASTR", - "precision": 18, - "type": "statemine", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "224077081838586484055667086558292981199" - } - }, - { - "assetId": 9, - "symbol": "xcPHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "132685552157663328694213725410064821485" - } - }, - { - "assetId": 10, - "symbol": "xcUSDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "311091173110107856861649819128533077277" - } - } - ], - "nodes": [ - { - "url": "wss://wss.api.moonbeam.network", - "name": "Moonbeam Foundation node" - }, - { - "url": "wss://moonbeam.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" - }, - { - "url": "wss://1rpc.io/glmr", - "name": "Automata 1RPC node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", - "account": "https://moonbeam.subscan.io/account/{address}", - "event": null - }, - { - "name": "Moonscan", - "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", - "account": "https://moonbeam.moonscan.io/address/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - }, - { - "type": "etherscan", - "url": "https://api-moonbeam.moonscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", - "addressPrefix": 1284, - "options": [ - "ethereumBased", - "governance-v1" - ] - }, - { - "chainId": "eip155:1", - "name": "Ethereum", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", - "name": "Infura node 3" - }, - { - "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://etherscan.io/tx/{hash}", - "account": "https://etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", - "addressPrefix": 1, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:5", - "name": "Ethereum - Goerli", - "assets": [ - { - "assetId": 0, - "symbol": "ETH", - "priceId": "ethereum", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", - "name": "Infura test node" - } - ], - "explorers": [ - { - "name": "Etherscan", - "extrinsic": "https://goerli.etherscan.io/tx/{hash}", - "account": "https://goerli.etherscan.io/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api-goerli.etherscan.io/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", - "addressPrefix": 5, - "options": [ - "testnet", - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Equilibrium", - "assets": [ - { - "assetId": 0, - "symbol": "EQ", - "precision": 9, - "priceId": "equilibrium", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EQ.svg", - "type": "equilibrium", - "typeExtras": { - "assetId": "25969" - } - } - ], - "nodes": [ - { - "url": "wss://node.pol.equilibrium.io", - "name": "Equilibrium node" - }, - { - "url": "wss://equilibrium-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium__bm92Y" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", - "addressPrefix": 68 - }, - { - "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Astar", - "assets": [ - { - "assetId": 0, - "symbol": "ASTR", - "priceId": "astar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "precision": 18, - "buyProviders": { - "transak": { - "network": "ASTAR" - } - } - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "statemine", - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "340282366920938463463374607431768211455" - } - }, - { - "assetId": 2, - "symbol": "GLMR", - "precision": 18, - "type": "statemine", - "priceId": "moonbeam", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "18446744073709551619" - } - }, - { - "assetId": 3, - "symbol": "iBTC", - "precision": 8, - "type": "statemine", - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "18446744073709551620" - } - }, - { - "assetId": 4, - "symbol": "INTR", - "precision": 10, - "type": "statemine", - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "18446744073709551621" - } - }, - { - "assetId": 5, - "symbol": "PHA", - "precision": 12, - "type": "statemine", - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "18446744073709551622" - } - }, - { - "assetId": 6, - "symbol": "ACA", - "precision": 12, - "type": "statemine", - "priceId": "acala", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "18446744073709551616" - } - }, - { - "assetId": 7, - "symbol": "LDOT", - "precision": 10, - "type": "statemine", - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "18446744073709551618" - } - }, - { - "assetId": 8, - "symbol": "aUSD", - "precision": 12, - "type": "statemine", - "priceId": "acala-dollar", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "18446744073709551617" - } - }, - { - "assetId": 9, - "symbol": "USDT", - "precision": 6, - "type": "statemine", - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "4294969280" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.astar.network", - "name": "Astar node" - }, - { - "url": "wss://astar.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://astar-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", - "account": "https://astar.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "astar" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", - "addressPrefix": 5, - "additional": { - "defaultTip": "1000000" - } - }, - { - "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Parallel", - "assets": [ - { - "assetId": 0, - "symbol": "PARA", - "precision": 12, - "priceId": "parallel-finance", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "assetId": "101" - } - }, - { - "assetId": 2, - "symbol": "sDOT", - "precision": 10, - "priceId": "polkadot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", - "typeExtras": { - "assetId": "1001" - } - }, - { - "assetId": 3, - "symbol": "ACA", - "precision": 12, - "priceId": "acala", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", - "typeExtras": { - "assetId": "108" - } - }, - { - "assetId": 4, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "assetId": "104" - } - }, - { - "assetId": 5, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "typeExtras": { - "assetId": "110" - } - }, - { - "assetId": 6, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "assetId": "114" - } - }, - { - "assetId": 7, - "symbol": "cDOT-6/13", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200060013" - } - }, - { - "assetId": 8, - "symbol": "cDOT-7/14", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200070014" - } - }, - { - "assetId": 9, - "symbol": "cDOT-8/15", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200080015" - } - }, - { - "assetId": 10, - "symbol": "cDOT-9/16", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200090016" - } - }, - { - "assetId": 11, - "symbol": "cDOT-10/17", - "precision": 10, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", - "typeExtras": { - "assetId": "200100017" - } - }, - { - "assetId": 12, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "typeExtras": { - "assetId": "120" - } - }, - { - "assetId": 13, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "typeExtras": { - "assetId": "122" - } - }, - { - "assetId": 14, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "102" - } - }, - { - "assetId": 15, - "symbol": "CLV", - "precision": 18, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "typeExtras": { - "assetId": "130" - } - }, - { - "assetId": 16, - "symbol": "ASTR", - "precision": 18, - "priceId": "astar", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", - "typeExtras": { - "assetId": "112" - } - }, - { - "assetId": 17, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", - "typeExtras": { - "assetId": "115" - } - } - ], - "nodes": [ - { - "url": "wss://rpc.parallel.fi", - "name": "Parallel node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", - "account": "https://parallel.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "parallel" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", - "addressPrefix": 172, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "CLV Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CLV", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", - "priceId": "clover-finance" - } - ], - "nodes": [ - { - "url": "wss://rpc-para.clover.finance", - "name": "Clover node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", - "account": "https://clv.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", - "addressPrefix": 128 - }, - { - "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Statemint", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" - }, - { - "assetId": 1, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "assetId": "1984" - } - } - ], - "nodes": [ - { - "url": "wss://statemint-rpc.polkadot.io", - "name": "Parity node" - }, - { - "url": "wss://statemint.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://statemint-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Statescan", - "account": "https://statemint.statescan.io/account/{address}", - "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", - "event": "https://statemint.statescan.io/event/{event}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", - "addressPrefix": 0 - }, - { - "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Robonomics", - "assets": [ - { - "assetId": 0, - "symbol": "XRT", - "precision": 9, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", - "priceId": "robonomics-network" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "type": "statemine", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "priceId": "kusama", - "typeExtras": { - "assetId": "4294967295" - } - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.robonomics.network/", - "name": "Airalab node" - }, - { - "url": "wss://robonomics.leemo.me", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", - "account": "https://robonomics.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "robonomics" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", - "addressPrefix": 32, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Encointer", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://api.kusama.encointer.org", - "name": "Encointer association node" - }, - { - "url": "wss://encointer.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", - "account": "https://encointer.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", - "addressPrefix": 2 - }, - { - "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Picasso", - "assets": [ - { - "assetId": 0, - "symbol": "PICA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" - } - ], - "nodes": [ - { - "url": "wss://picasso-rpc.composable.finance", - "name": "Composable node" - }, - { - "url": "wss://rpc.composablenodes.tech", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", - "account": "https://picasso.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", - "addressPrefix": 49, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Zeitgeist", - "assets": [ - { - "assetId": 0, - "symbol": "ZTG", - "staking": "parachain", - "precision": 10, - "priceId": "zeitgeist", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" - } - ], - "nodes": [ - { - "url": "wss://zeitgeist-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://zeitgeist.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", - "account": "https://zeitgeist.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", - "addressPrefix": 73, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Litmus", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "priceId": "litentry", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.litmus-parachain.litentry.io", - "name": "Litenry node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", - "account": "https://litmus.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", - "addressPrefix": 131, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Subsocial", - "assets": [ - { - "assetId": 0, - "symbol": "SUB", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" - } - ], - "nodes": [ - { - "url": "wss://para.f3joule.space", - "name": "Subsocial node" - }, - { - "url": "wss://para.subsocial.network", - "name": "Dappforce node" - } - ], - "explorers": [ - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", - "addressPrefix": 28 - }, - { - "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Crust Shadow", - "assets": [ - { - "assetId": 0, - "symbol": "CSM", - "precision": 12, - "priceId": "crust-storage-market", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2-shadow.crust.network/", - "name": "Crust node" - }, - { - "url": "wss://rpc-shadow.crust.network/", - "name": "Public Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", - "account": "https://shadow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "crustshadow" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", - "addressPrefix": 66, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Integritee Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "TEER", - "precision": 12, - "priceId": "integritee", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" - } - ], - "nodes": [ - { - "url": "wss://integritee-kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://kusama.api.integritee.network", - "name": "Integritee node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", - "account": "https://integritee.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", - "addressPrefix": 13 - }, - { - "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Centrifuge Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CFG", - "precision": 18, - "priceId": "centrifuge", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" - } - ], - "nodes": [ - { - "url": "wss://fullnode.parachain.centrifuge.io", - "name": "Centrifuge node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", - "account": "https://centrifuge-parachain.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://centrifuge.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", - "addressPrefix": 36, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Efinity", - "assets": [ - { - "assetId": 0, - "symbol": "EFI", - "precision": 18, - "priceId": "efinity", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.efinity.io", - "name": "Efinity node" - }, - { - "url": "wss://efinity-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", - "account": "https://efinity.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", - "addressPrefix": 1110, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "HydraDX", - "assets": [ - { - "assetId": 0, - "symbol": "HDX", - "precision": 12, - "priceId": "hydradx", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "17540000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DAI", - "precision": 18, - "priceId": "dai", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LRNA", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "400000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "WETH-worm", - "precision": 18, - "priceId": "ethereum-wormhole", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "7000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "WBTC-worm", - "precision": 8, - "priceId": "wrapped-bitcoin", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "44", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.hydradx.cloud", - "name": "Calactic Council node" - }, - { - "url": "wss://hydradx-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", - "account": "https://hydradx.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://hydradx.subsquare.io/api" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", - "addressPrefix": 63, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Interlay", - "assets": [ - { - "assetId": 0, - "symbol": "INTR", - "precision": 10, - "priceId": "interlay", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0002", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "iBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0001", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KINT", - "precision": 12, - "priceId": "kintsugi", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "kBTC", - "precision": 8, - "priceId": "bitcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x000a", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "LDOT", - "precision": 10, - "priceId": "liquid-staking-dot", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "USDT", - "precision": 6, - "priceId": "tether", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://api.interlay.io/parachain", - "name": "Kintsugi Labs node" - }, - { - "url": "wss://interlay.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", - "account": "https://interlay.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", - "addressPrefix": 2032 - }, - { - "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Nodle Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "NODL", - "precision": 11, - "priceId": "nodle-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" - } - ], - "nodes": [ - { - "url": "wss://nodle-parachain.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://eden-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", - "account": "https://nodle.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", - "addressPrefix": 37 - }, - { - "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", - "name": "Singular testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KSM", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" - } - ], - "nodes": [ - { - "url": "wss://staging.node.rmrk.app", - "name": "Singular DEV node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", - "addressPrefix": 0, - "options": [ - "testnet" - ] - }, - { - "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Phala", - "assets": [ - { - "assetId": 0, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" - } - ], - "nodes": [ - { - "url": "wss://api.phala.network/ws", - "name": "Phala node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", - "account": "https://phala.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", - "addressPrefix": 30, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Turing", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "aUSD", - "precision": 12, - "priceId": "acala-dollar", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x02000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "KAR", - "precision": 12, - "priceId": "karura", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", - "typeExtras": { - "currencyIdScale": "0x03000000", - "currencyIdType": "u32", - "existentialDeposit": "100000000000", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "LKSM", - "precision": 12, - "priceId": "liquid-ksm", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "HKO", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", - "typeExtras": { - "currencyIdScale": "0x05000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000000", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "sKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", - "typeExtras": { - "currencyIdScale": "0x06000000", - "currencyIdType": "u32", - "existentialDeposit": "500000000", - "transfersEnabled": true - } - }, - { - "assetId": 7, - "symbol": "PHA", - "precision": 12, - "priceId": "pha", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", - "typeExtras": { - "currencyIdScale": "0x07000000", - "currencyIdType": "u32", - "existentialDeposit": "10000000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc.turing.oak.tech", - "name": "Turing node" - }, - { - "url": "wss://turing-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", - "account": "https://turing.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "turing" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", - "addressPrefix": 51, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", - "name": "Aleph Zero", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.azero.dev", - "name": "Aleph Zero node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", - "account": "https://alephzero.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ], - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 42 - }, - { - "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Composable Finance", - "assets": [ - { - "assetId": 0, - "symbol": "LAYR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.composable.finance", - "name": "Composable node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", - "account": "https://composable.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "composable" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", - "addressPrefix": 50, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", - "name": "Polkadex", - "assets": [ - { - "assetId": 0, - "symbol": "PDEX", - "priceId": "polkadex", - "staking": "relaychain", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.polkadex.trade", - "name": "Polkadex team node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", - "account": "https://polkadex.subscan.io/account/{address}", - "event": null - }, - { - "name": "Sub.ID", - "account": "https://sub.id/{address}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", - "overridesCommon": true - }, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "polkadex" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", - "addressPrefix": 88, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "OriginTrail Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "OTP", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.origin-trail.network", - "name": "TraceLabs node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", - "addressPrefix": 101 - }, - { - "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Bifrost Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "precision": 12, - "priceId": "bifrost-native-coin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" - }, - { - "assetId": 1, - "symbol": "GLMR", - "precision": 18, - "priceId": "moonbeam", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", - "typeExtras": { - "currencyIdScale": "0x0801", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000000000", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0800", - "currencyIdType": "node_primitives.currency.CurrencyId", - "existentialDeposit": "1000000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", - "name": "Liebi node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", - "addressPrefix": 6 - }, - { - "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Litentry", - "assets": [ - { - "assetId": 0, - "symbol": "LIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", - "priceId": "litentry" - } - ], - "nodes": [ - { - "url": "wss://rpc.litentry-parachain.litentry.io", - "name": "Litentry node" - }, - { - "url": "wss://litentry-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", - "addressPrefix": 31 - }, - { - "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "UNIQUE", - "assets": [ - { - "assetId": 0, - "symbol": "UNQ", - "precision": 18, - "priceId": "unique-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" - } - ], - "nodes": [ - { - "url": "wss://eu-ws.unique.network/", - "name": "Unique Europe node" - }, - { - "url": "wss://us-ws.unique.network/", - "name": "Unique America node" - }, - { - "url": "wss://asia-ws.unique.network/", - "name": "Unique Asia node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", - "account": "https://unique.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", - "addressPrefix": 7391 - }, - { - "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Dora Factory", - "assets": [ - { - "assetId": 0, - "symbol": "DORA", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", - "priceId": "dora-factory" - } - ], - "nodes": [ - { - "url": "wss://kusama.dorafactory.org", - "name": "Dora node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", - "addressPrefix": 128 - }, - { - "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Mangata X", - "assets": [ - { - "assetId": 0, - "symbol": "MGX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x00000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "KSM", - "precision": 12, - "priceId": "kusama", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x04000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "ETH", - "precision": 18, - "priceId": "ethereum", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01000000", - "currencyIdType": "u32", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", - "name": "Mangata node" - }, - { - "url": "wss://mangata-x.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", - "account": "https://mangatax.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", - "addressPrefix": 42 - }, - { - "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", - "name": "Aleph Zero Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "TZERO", - "staking": "aleph-zero", - "priceId": "aleph-zero", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" - } - ], - "nodes": [ - { - "url": "wss://ws.test.azero.dev", - "name": "Aleph Zero node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", - "name": "Moonbase Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "UNIT", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" - } - ], - "nodes": [ - { - "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", - "name": "PureStake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", - "name": "Polymesh Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://testnet-rpc.polymesh.live", - "name": "Polymath node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Pichiu", - "assets": [ - { - "assetId": 0, - "symbol": "PCHU", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", - "addressPrefix": 42, - "options": [ - "governance-v1" - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ] - }, - { - "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kabocha", - "assets": [ - { - "assetId": 0, - "symbol": "KAB", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" - } - ], - "nodes": [ - { - "url": "wss://kabocha.jelliedowl.com", - "name": "JelliedOwl node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", - "addressPrefix": 27 - }, - { - "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tanganika", - "assets": [ - { - "assetId": 0, - "symbol": "DHX", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", - "priceId": "datahighway" - } - ], - "nodes": [ - { - "url": "wss://tanganika.datahighway.com", - "name": "DataHighway node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", - "account": "https://datahighway.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "tanganika" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", - "addressPrefix": 33, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bajun", - "assets": [ - { - "assetId": 0, - "symbol": "BAJU", - "precision": 12, - "priceId": "ajuna-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.bajun.network", - "name": "AjunaNetwork node" - }, - { - "url": "wss://bajun.api.onfinality.io/public-ws", - "name": "OnFinality node" - }, - { - "url": "wss://bajun.public.curie.radiumblock.co/ws", - "name": "Radium node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", - "account": "https://bajun.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", - "addressPrefix": 1337 - }, - { - "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Imbue", - "assets": [ - { - "assetId": 0, - "symbol": "IMBU", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" - } - ], - "nodes": [ - { - "url": "wss://imbue-kusama.imbue.network", - "name": "Imbue node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", - "addressPrefix": 42 - }, - { - "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", - "name": "Arctic Relay Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://arctic-relaychain.web3labs.com:9949/", - "name": "Arctic node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", - "name": "Rococo Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "ROC", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" - } - ], - "nodes": [ - { - "url": "wss://rococo-rpc.polkadot.io/", - "name": "Rococo node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "crowdloans" - ] - }, - { - "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Tinkernet", - "assets": [ - { - "assetId": 0, - "symbol": "TNKR", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" - } - ], - "nodes": [ - { - "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", - "addressPrefix": 117 - }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - }, - { - "url": "wss://intern.gmordie.com", - "name": "GM intern node" - }, - { - "url": "wss://leemo.gmordie.com", - "name": "Leemo node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", - "overridesCommon": true - }, - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, - { - "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Amplitude", - "assets": [ - { - "assetId": 0, - "symbol": "AMPE", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-amplitude.pendulumchain.tech", - "name": "PendulumChain node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "amplitude" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", - "addressPrefix": 57, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", - "name": "Ternoa", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://mainnet.ternoa.network", - "name": "CapsuleCorp node" - } - ], - "explorers": [ - { - "name": "Ternoa explorer", - "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", - "account": "https://explorer.ternoa.com/account/{address}", - "event": null - } - ], - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", - "addressPrefix": 42 - }, - { - "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", - "name": "Ternoa Alphanet", - "assets": [ - { - "assetId": 0, - "symbol": "CAPS", - "priceId": "coin-capsule", - "staking": "relaychain", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" - } - ], - "nodes": [ - { - "url": "wss://alphanet.ternoa.com", - "name": "Ternoa Alphanet node" - } - ], - "explorers": [ - { - "name": "Ternoa Alphanet explorer", - "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", - "account": "https://explorer-alphanet.ternoa.dev/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", - "name": "Turing Staging", - "assets": [ - { - "assetId": 0, - "symbol": "TUR", - "staking": "turing", - "precision": 10, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc.turing-staging.oak.tech", - "name": "OAK node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", - "addressPrefix": 51, - "options": [ - "testnet" - ] - }, - { - "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", - "name": "Governance2 Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "Unit", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" - } - ], - "nodes": [ - { - "url": "wss://governance2-testnet.litentry.io", - "name": "Development node" - } - ], - "explorers": [ - { - "name": "Governance2 Testnet explorer", - "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", - "account": "https://gov2.statescan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet", - "governance" - ] - }, - { - "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kylin", - "assets": [ - { - "assetId": 0, - "symbol": "KYL", - "precision": 18, - "priceId": "kylin-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" - } - ], - "nodes": [ - { - "url": "wss://polkadot.kylin-node.co.uk", - "name": "Kylin node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" - } - ], - "governance": [ - { - "type": "polkassembly", - "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", - "parameters": { - "network": "kylin" - } - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", - "addressPrefix": 42 - }, - { - "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Darwinia", - "assets": [ - { - "assetId": 0, - "symbol": "RING", - "precision": 18, - "priceId": "darwinia-network-native-token", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" - } - ], - "nodes": [ - { - "url": "wss://parachain-rpc.darwinia.network", - "name": "Darwinia Network node" - }, - { - "url": "wss://darwinia-rpc.dwellir.com", - "name": "Dwellir node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", - "account": "https://darwinia-parachain.subscan.io/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", - "addressPrefix": 18 - }, - { - "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Kapex", - "assets": [ - { - "assetId": 0, - "symbol": "KAPEX", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" - } - ], - "nodes": [ - { - "url": "wss://k-ui.kapex.network", - "name": "Totem node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", - "addressPrefix": 2007 - }, - { - "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", - "name": "Polymesh", - "assets": [ - { - "assetId": 0, - "symbol": "POLYX", - "precision": 6, - "priceId": "polymesh", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", - "staking": "relaychain" - } - ], - "nodes": [ - { - "url": "wss://mainnet-rpc.polymesh.network", - "name": "Polymesh node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", - "account": "https://polymesh.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", - "addressPrefix": 12 - }, - { - "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", - "name": "Beresheet", - "assets": [ - { - "assetId": 0, - "symbol": "tEDG", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" - } - ], - "nodes": [ - { - "url": "wss://beresheet.jelliedowl.net", - "name": "JelliedOwl node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", - "addressPrefix": 7, - "options": [ - "testnet" - ] - }, - { - "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Snow", - "assets": [ - { - "assetId": 0, - "symbol": "ICZ", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" - } - ], - "nodes": [ - { - "url": "wss://snow-rpc.icenetwork.io", - "name": "Snow node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", - "account": "https://snow.subscan.io/account/{address}", - "event": null - }, - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", - "addressPrefix": 2207, - "options": [ - "governance-v1" - ] - }, - { - "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "DAO IPCI", - "assets": [ - { - "assetId": 0, - "symbol": "MITO", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" - } - ], - "nodes": [ - { - "url": "wss://kusama.rpc.ipci.io", - "name": "Airalab node" - } - ], - "explorers": [ - { - "name": "Polkaholic", - "account": "https://polkaholic.io/account/{address}", - "extrinsic": "https://polkaholic.io/tx/{hash}" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", - "addressPrefix": 32 - }, - { - "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", - "name": "Myriad", - "assets": [ - { - "assetId": 0, - "symbol": "MYRIA", - "precision": 18, - "priceId": "myriad-social", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", - "addressPrefix": 42 - }, - { - "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", - "name": "Fusotao", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 18, - "priceId": "fusotao", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" - } - ], - "nodes": [ - { - "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", - "name": "Octopus node" - } - ], - "explorers": [ - { - "name": "Explorer", - "extrinsic": null, - "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", - "addressPrefix": 42 - }, - { - "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", - "name": "XX network", - "assets": [ - { - "assetId": 0, - "symbol": "XX", - "precision": 9, - "priceId": "xxcoin", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-hetzner.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation node" - }, - { - "url": "wss://xx.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "XX explorer", - "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", - "account": "https://explorer.xx.network/accounts/{address}", - "event": null - }, - { - "name": "Polkastats", - "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", - "account": "https://xx.polkastats.io/account/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", - "addressPrefix": 55 - }, - { - "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Pendulum", - "assets": [ - { - "assetId": 0, - "symbol": "PEN", - "precision": 12, - "priceId": "pendulum-chain", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" - }, - { - "assetId": 1, - "symbol": "DOT", - "precision": 10, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", - "typeExtras": { - "currencyIdScale": "0x0100", - "currencyIdType": "pendulum_runtime.currency.CurrencyId", - "existentialDeposit": "1000", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://rpc-pendulum.prd.pendulumchain.tech", - "name": "Pendulum node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" - } - ] - }, - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", - "addressPrefix": 56 - }, - { - "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", - "name": "Aventus Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.public-testnet.aventus.io", - "name": "Aventus testnet node" - } - ], - "explorers": [ - { - "name": "Aventus testnet explorer", - "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", - "account": "https://explorer.testnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", - "addressPrefix": 42, - "options": [ - "testnet" - ] - }, - { - "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Aventus", - "assets": [ - { - "assetId": 0, - "symbol": "AVT", - "precision": 18, - "priceId": "aventus", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" - } - ], - "nodes": [ - { - "url": "wss://public-rpc.mainnet.aventus.io", - "name": "Aventus node" - } - ], - "explorers": [ - { - "name": "Aventus explorer", - "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", - "account": "https://explorer.mainnet.aventus.io/address/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", - "addressPrefix": 42 - }, - { - "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Crust Polkadot Parachain", - "assets": [ - { - "assetId": 0, - "symbol": "CRU", - "precision": 12, - "priceId": "crust-network", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" - } - ], - "nodes": [ - { - "url": "wss://crust-parachain.crustapps.net", - "name": "Crust node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", - "account": "https://crust-parachain.subscan.io/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", - "addressPrefix": 88 - }, - { - "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Kintsugi Testnet", - "assets": [ - { - "assetId": 0, - "symbol": "KINT", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", - "typeExtras": { - "currencyIdScale": "0x000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 1, - "symbol": "kBTC", - "precision": 8, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 3, - "symbol": "LKSM", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", - "typeExtras": { - "currencyIdScale": "0x0102000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 4, - "symbol": "USDT", - "precision": 6, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", - "typeExtras": { - "currencyIdScale": "0x0103000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 5, - "symbol": "aUSD", - "precision": 12, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", - "typeExtras": { - "currencyIdScale": "0x0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 6, - "symbol": "KSM-kBTC", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000b", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 7, - "symbol": "kBTC-USDT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", - "typeExtras": { - "currencyIdScale": "0x03000b0101000000", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - }, - { - "assetId": 8, - "symbol": "KSM-KINT", - "precision": 18, - "type": "orml", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", - "typeExtras": { - "currencyIdScale": "0x03000a000c", - "currencyIdType": "interbtc_primitives.CurrencyId", - "existentialDeposit": "0", - "transfersEnabled": false - } - } - ], - "nodes": [ - { - "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", - "name": "Kintsugi Labs" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", - "addressPrefix": 2092, - "options": [ - "testnet" - ] - }, - { - "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Hashed Network", - "assets": [ - { - "assetId": 0, - "symbol": "HASH", - "precision": 18, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" - } - ], - "nodes": [ - { - "url": "wss://c1.hashed.network", - "name": "Hashed systems 1 node" - }, - { - "url": "wss://c2.hashed.network", - "name": "Hashed systems 2 node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", - "addressPrefix": 42 - }, - { - "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", - "name": "Bittensor", - "assets": [ - { - "assetId": 0, - "symbol": "TAO", - "precision": 9, - "priceId": "bittensor", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" - } - ], - "nodes": [ - { - "url": "wss://entrypoint-finney.opentensor.ai:443", - "name": "Opentensor Fdn node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", - "addressPrefix": 42 - }, - { - "chainId": "eip155:137", - "name": "Polygon", - "assets": [ - { - "assetId": 0, - "symbol": "MATIC", - "priceId": "matic-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://polygon-mainnet.public.blastapi.io", - "name": "Polygon node" - } - ], - "explorers": [ - { - "name": "Polygonscan", - "extrinsic": "https://polygonscan.com/tx/{hash}", - "account": "https://polygonscan.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://api.polygonscan.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", - "addressPrefix": 137, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "eip155:2109", - "name": "Exosama", - "assets": [ - { - "assetId": 0, - "symbol": "SAMA", - "priceId": "exosama-network", - "type": "evmNative", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", - "precision": 18 - } - ], - "nodes": [ - { - "url": "wss://rpc.exosama.com", - "name": "Exosama node" - } - ], - "explorers": [ - { - "name": "Exosama explorer", - "extrinsic": "https://explorer.exosama.com/tx/{hash}", - "account": "https://explorer.exosama.com/address/{address}", - "event": null - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://explorer.exosama.com/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", - "addressPrefix": 2109, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] - }, - { - "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", - "name": "3DPass", - "assets": [ - { - "assetId": 0, - "symbol": "P3D", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc2.3dpass.org", - "name": "3DPass node" - } - ], - "explorers": [ - { - "name": "3DPass explorer", - "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", - "account": "https://explorer.3dpass.org/account/{address}", - "event": null - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", - "addressPrefix": 71 - }, - { - "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", - "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Ajuna", - "assets": [ - { - "assetId": 0, - "symbol": "AJUN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" - } - ], - "nodes": [ - { - "url": "wss://rpc-parachain.ajuna.network", - "name": "Ajuna node" - }, - { - "url": "wss://ajuna.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", - "addressPrefix": 1328 + { + "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", + "addressPrefix": 42, + "options": [ + "governance-v2", + "proxy", + "multisig", + "pushSupport" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://rpc.pezkuwichain.io", + "name": "Pezkuwi Mainnet" + }, + { + "url": "wss://mainnet.pezkuwichain.io", + "name": "Pezkuwi Mainnet (Alt)" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/account/{value}", + "event": "https://explorer.pezkuwichain.io/event/{value}" + } + ], + "externalApi": { + "history": [], + "staking": [] + }, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" + ], + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true } + }, + { + "chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi Asset Hub", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png", + "addressPrefix": 42, + "options": [ + "swap-hub", + "assethub-fees", + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://asset-hub-rpc.pezkuwichain.io", + "name": "Pezkuwi Asset Hub" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}", + "event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + }, + { + "assetId": 1, + "symbol": "PEZ", + "precision": 12, + "name": "Pezkuwi", + "priceId": null, + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/PEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 1000, + "symbol": "USDT", + "precision": 6, + "name": "Tether USD", + "priceId": "tether", + "staking": null, + "type": "Statemine", + "icon": "https://pezkuwichain.io/tokens/wUSDT.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": { + "assetId": "1000" + } + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268", + "parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", + "name": "Pezkuwi People", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png", + "addressPrefix": 42, + "options": [ + "proxy", + "multisig" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "wss://people-rpc.pezkuwichain.io", + "name": "Pezkuwi People Chain" + } + ], + "explorers": [ + { + "name": "Pezkuwi Explorer", + "extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}", + "account": "https://explorer.pezkuwichain.io/people/account/{value}", + "event": "https://explorer.pezkuwichain.io/people/event/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": null, + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000, + "disabledCheckMetadataHash": true + } + }, + { + "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://polkadot.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://rpc.dotters.network/polkadot", + "name": "Dotters Net node" + }, + { + "url": "wss://rpc.ibp.network/polkadot", + "name": "IBP network node" + }, + { + "url": "wss://polkadot-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://1rpc.io/dot", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}", + "account": "https://polkadot.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}", + "account": "https://polkascan.io/polkadot/account/{address}", + "event": "https://polkascan.io/polkadot/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg", + "addressPrefix": 0, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadot" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://polkadot.subsquare.io/api" + } + ] + }, + "options": [ + "crowdloans", + "governance-v1" + ] + }, + { + "chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "staking": "relaychain", + "buyProviders": { + "transak": { + "network": "MAINNET" + }, + "mercuryo": {} + } + } + ], + "nodes": [ + { + "url": "wss://rpc.ibp.network/kusama", + "name": "IBP network node" + }, + { + "url": "wss://1rpc.io/ksm", + "name": "Automata 1RPC node" + }, + { + "url": "wss://kusama-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.dotters.network/kusama", + "name": "Dotters Net node" + }, + { + "url": "wss://kusama.public.curie.radiumblock.co/ws", + "name": "Radium node" + }, + { + "url": "wss://kusama-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kusama.subscan.io/extrinsic/{hash}", + "account": "https://kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkascan", + "extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}", + "account": "https://polkascan.io/kusama/account/{address}", + "event": "https://polkascan.io/kusama/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kusama.svg", + "addressPrefix": 2, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kusama.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://kusama.subsquare.io/api" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kusama-governance2" + } + ] + }, + "options": [ + "crowdloans", + "governance", + "governance-v1" + ] + }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}", + "event": null + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westend.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "westend" + } + } + ] + }, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9", + "parentId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westmint", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg" + }, + { + "assetId": 1, + "symbol": "SIRI", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "type": "statemine", + "typeExtras": { + "assetId": "81" + } + } + ], + "nodes": [ + { + "url": "wss://westmint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://westmint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://westmint.statescan.io/account/{address}", + "extrinsic": "https://westmint.statescan.io/extrinsic/{hash}", + "event": "https://westmint.statescan.io/event/{event}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westmint_Testnet.svg", + "addressPrefix": 42, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/westmint.json", + "overridesCommon": true + }, + "options": [ + "testnet" + ] + }, + { + "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Statemine", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama" + }, + { + "assetId": 1, + "symbol": "RMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 2, + "symbol": "CHAOS", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg", + "typeExtras": { + "assetId": "69420" + } + }, + { + "assetId": 3, + "symbol": "CHRWNA", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg", + "typeExtras": { + "assetId": "567" + } + }, + { + "assetId": 4, + "symbol": "SHIBATALES", + "precision": 0, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg", + "typeExtras": { + "assetId": "88888" + } + }, + { + "assetId": 5, + "symbol": "BILLCOIN", + "precision": 8, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg", + "typeExtras": { + "assetId": "223" + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemine.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemine-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://statemine-rpc.polkadot.io", + "name": "Parity node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://statemine.subscan.io/extrinsic/{hash}", + "account": "https://statemine.subscan.io/account/{address}", + "event": null + }, + { + "name": "Statescan", + "extrinsic": "https://statemine.statescan.io/extrinsic/{hash}", + "account": "https://statemine.statescan.io/account/{address}", + "event": "https://statemine.statescan.io/event/{event}" + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg", + "addressPrefix": 2 + }, + { + "chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Karura", + "assets": [ + { + "assetId": 0, + "symbol": "KAR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "priceId": "karura" + }, + { + "assetId": 1, + "symbol": "aUSD", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "priceId": "acala-dollar", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0081", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0082", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "BNC", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "typeExtras": { + "currencyIdScale": "0x00a8", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "8000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0083", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x00aa", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x00ab", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "133330000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x00ac", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "660000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "TAI", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAI.svg", + "typeExtras": { + "currencyIdScale": "0x0084", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x00a9", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "taiKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/taiKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "QTZ", + "precision": 18, + "priceId": "quartz", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 14, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 15, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 16, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "currencyIdScale": "0x050500", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 17, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 18, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "currencyIdScale": "0x050a00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 19, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "currencyIdScale": "0x050800", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 20, + "symbol": "KICO", + "precision": 14, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KICO.svg", + "typeExtras": { + "currencyIdScale": "0x050600", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 21, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bit.Country.svg", + "typeExtras": { + "currencyIdScale": "0x050900", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 22, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "currencyIdScale": "0x050b00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 23, + "symbol": "AIR", + "precision": 18, + "priceId": "altair", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "typeExtras": { + "currencyIdScale": "0x050c00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 24, + "symbol": "GENS", + "precision": 9, + "type": "orml", + "priceId": "genshiro", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "currencyIdScale": "0x050e00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 25, + "symbol": "EQD", + "precision": 9, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/EQD.svg", + "typeExtras": { + "currencyIdScale": "0x050f00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 26, + "symbol": "CRAB", + "precision": 18, + "type": "orml", + "priceId": "darwinia-crab-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "currencyIdScale": "0x050d00", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://karura-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://karura-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://karura-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://karura-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://karura-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/karura.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", + "account": "https://karura.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-karura" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "karura" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Karura.svg", + "addressPrefix": 8, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Moonriver", + "assets": [ + { + "assetId": 0, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MOONRIVER" + } + } + }, + { + "assetId": 1, + "symbol": "xcRMRK", + "precision": 10, + "priceId": "rmrk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "typeExtras": { + "assetId": "182365888117048807484804376330534607370" + } + }, + { + "assetId": 2, + "symbol": "xcKSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 3, + "symbol": "xcKINT", + "precision": 12, + "priceId": "kintsugi", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "175400718394635817552109270754364440562" + } + }, + { + "assetId": 4, + "symbol": "xcKAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "10810581592933651521121702237638664357" + } + }, + { + "assetId": 5, + "symbol": "xcBNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "319623561105283008236062145480775032445" + } + }, + { + "assetId": 6, + "symbol": "xckBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "328179947973504579459046439826496046832" + } + }, + { + "assetId": 7, + "symbol": "xcUSDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + }, + { + "assetId": 8, + "symbol": "xcaUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "214920334981412447805621250067209749032" + } + }, + { + "assetId": 9, + "symbol": "xcCSM", + "precision": 12, + "priceId": "crust-storage-market", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "108457044225666871745333730479173774551" + } + }, + { + "assetId": 10, + "symbol": "xcPHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "189307976387032586987344677431204943363" + } + }, + { + "assetId": 11, + "symbol": "xcHKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "76100021443485661246318545281171740067" + } + }, + { + "assetId": 12, + "symbol": "xcKMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "213357169630950964874127107356898319277" + } + }, + { + "assetId": 13, + "symbol": "xcCRAB", + "precision": 18, + "priceId": "darwinia-crab-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg", + "typeExtras": { + "assetId": "173481220575862801646329923366065693029" + } + }, + { + "assetId": 14, + "symbol": "xcTEER", + "precision": 12, + "priceId": "integritee", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg", + "typeExtras": { + "assetId": "105075627293246237499203909093923548958" + } + }, + { + "assetId": 15, + "symbol": "xcLIT", + "precision": 12, + "priceId": "litentry", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "typeExtras": { + "assetId": "65216491554813189869575508812319036608" + } + }, + { + "assetId": 16, + "symbol": "xcSDN", + "precision": 18, + "priceId": "shiden", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "typeExtras": { + "assetId": "16797826370226091782818345603793389938" + } + }, + { + "assetId": 17, + "symbol": "xcXRT", + "precision": 9, + "priceId": "robonomics-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "assetId": "108036400430056508975016746969135344601" + } + } + ], + "nodes": [ + { + "url": "wss://moonriver.api.onfinality.io/ws?apikey=41935d3d-3d6c-4a90-a0e1-33c065401d05", + "name": "OnFinality node" + }, + { + "url": "wss://moonriver.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.api.moonriver.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonriver.public.blastapi.io", + "name": "Blast node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}", + "account": "https://moonriver.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonriver.moonscan.io/tx/{hash}", + "account": "https://moonriver.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonriver.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + }, + { + "type": "etherscan", + "url": "https://api-moonriver.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonriver-hasura.herokuapp.com/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonriver-gov" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "governance-v1" + ] + }, + { + "chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527", + "parentId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Alpha", + "assets": [ + { + "staking": "parachain", + "assetId": 0, + "symbol": "DEV", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 18 + }, + { + "assetId": 1, + "symbol": "xcUNIT", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "precision": 12, + "type": "statemine", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + } + ], + "nodes": [ + { + "url": "wss://moonbeam-alpha.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://wss.testnet.moonbeam.network", + "name": "Moonbeam Network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}", + "account": "https://moonbase.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 1287, + "options": [ + "ethereumBased", + "testnet" + ] + }, + { + "chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Shiden", + "assets": [ + { + "assetId": 0, + "symbol": "SDN", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", + "priceId": "shiden" + }, + { + "assetId": 1, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551623" + } + }, + { + "assetId": 2, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "MOVR", + "precision": 18, + "type": "statemine", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "KINT", + "precision": 12, + "type": "statemine", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 7, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 8, + "symbol": "CSM", + "precision": 12, + "type": "statemine", + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg", + "typeExtras": { + "assetId": "18446744073709551624" + } + }, + { + "assetId": 9, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 10, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.shiden.astar.network", + "name": "StakeTechnologies node" + }, + { + "url": "wss://shiden.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://shiden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shiden.subscan.io/extrinsic/{hash}", + "account": "https://shiden.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Shiden.svg", + "addressPrefix": 5, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/shiden.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shiden" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "shiden" + } + } + ] + } + }, + { + "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bifrost Kusama", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "priceId": "bifrost-native-coin", + "staking": "parachain" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0204", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "RMRK", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg", + "priceId": "rmrk", + "typeExtras": { + "currencyIdScale": "0x0209", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "currencyIdScale": "0x0207", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x0206", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0302", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "vsKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vsKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0404", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "MOVR", + "precision": 18, + "type": "orml", + "priceId": "moonriver", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "currencyIdScale": "0x020a", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "PHA", + "precision": 12, + "type": "orml", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x0208", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "40000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "vKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/vKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0104", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + }, + { + "url": "wss://bifrost-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bifrost-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost-kusama.subscan.io/extrinsic/{hash}", + "account": "https://bifrost-kusama.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Kusama.svg", + "addressPrefix": 6, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-kusama.interlay.io/parachain", + "name": "Kintsugi Labs" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kintsugi.subscan.io/extrinsic/{hash}", + "account": "https://kintsugi.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kintsugi" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg", + "addressPrefix": 2092 + }, + { + "chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b", + "name": "Edgeware", + "assets": [ + { + "assetId": 0, + "symbol": "EDG", + "precision": 18, + "priceId": "edgeware", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg", + "staking": "aura-relaychain" + } + ], + "nodes": [ + { + "url": "wss://edgeware-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://edgeware.jelliedowl.net", + "name": "JelliedOwl node" + }, + { + "url": "wss://mainnet2.edgewa.re", + "name": "Edgeware node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}", + "account": "https://edgeware.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg", + "addressPrefix": 7 + }, + { + "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Parallel Heiko", + "assets": [ + { + "assetId": 0, + "symbol": "HKO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "100" + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "103" + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "assetId": "109" + } + }, + { + "assetId": 4, + "symbol": "sKSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "assetId": "1000" + } + }, + { + "assetId": 5, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "107" + } + }, + { + "assetId": 6, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "113" + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + }, + { + "assetId": 8, + "symbol": "GENS", + "precision": 9, + "priceId": "genshiro", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Genshiro.svg", + "typeExtras": { + "assetId": "123" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + } + ], + "nodes": [ + { + "url": "wss://heiko-rpc.parallel.fi", + "name": "Parallel" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel_heiko.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel-heiko.subscan.io/extrinsic/{hash}", + "account": "https://parallel-heiko.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel-heiko" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg", + "addressPrefix": 110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Basilisk", + "assets": [ + { + "assetId": 0, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "TNKR", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0e000000", + "currencyIdType": "u32", + "existentialDeposit": "10000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "XRT", + "precision": 9, + "type": "orml", + "priceId": "robonomics-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "typeExtras": { + "currencyIdScale": "0x10000000", + "currencyIdType": "u32", + "existentialDeposit": "1683502", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.basilisk.cloud", + "name": "Basilisk node" + }, + { + "url": "wss://basilisk-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://basilisk.subscan.io/extrinsic/{hash}", + "account": "https://basilisk.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/basilisk.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-basilisk" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://basilisk.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Basilisk.svg", + "addressPrefix": 10041, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "aa3876c1dc8a1afcc2e9a685a49ff7704cfd36ad8c90bf2702b9d1b00cc40011", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Altair", + "assets": [ + { + "assetId": 0, + "symbol": "AIR", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg", + "priceId": "altair" + } + ], + "nodes": [ + { + "url": "wss://fullnode.altair.centrifuge.io", + "name": "Centrifuge" + }, + { + "url": "wss://altair.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/altair.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://altair.subscan.io/extrinsic/{hash}", + "account": "https://altair.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-altair" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "altair" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Altair.svg", + "addressPrefix": 136, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Khala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "assetId": "0" + } + }, + { + "assetId": 2, + "symbol": "KAR", + "precision": 12, + "type": "statemine", + "priceId": "karura", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "assetId": "1" + } + }, + { + "assetId": 3, + "symbol": "BNC", + "precision": 12, + "type": "statemine", + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", + "typeExtras": { + "assetId": "2" + } + }, + { + "assetId": 4, + "symbol": "ZLK", + "precision": 18, + "priceId": "zenlink-network-token", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ZLK.svg", + "typeExtras": { + "assetId": "3" + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "4" + } + }, + { + "assetId": 6, + "symbol": "BSX", + "precision": 12, + "priceId": "basilisk", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg", + "typeExtras": { + "assetId": "9" + } + }, + { + "assetId": 7, + "symbol": "MOVR", + "precision": 18, + "priceId": "moonriver", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg", + "typeExtras": { + "assetId": "6" + } + }, + { + "assetId": 8, + "symbol": "HKO", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "assetId": "7" + } + }, + { + "assetId": 9, + "symbol": "KMA", + "precision": 12, + "priceId": "calamari-network", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "typeExtras": { + "assetId": "8" + } + }, + { + "assetId": 10, + "symbol": "TUR", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg", + "typeExtras": { + "assetId": "10" + } + } + ], + "nodes": [ + { + "url": "wss://khala-api.phala.network/ws", + "name": "Phala node" + }, + { + "url": "wss://khala.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://khala-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://khala.subscan.io/extrinsic/{hash}", + "account": "https://khala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/khala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-khala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "khala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg", + "addressPrefix": 30 + }, + { + "chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "KILT", + "assets": [ + { + "assetId": 0, + "symbol": "KILT", + "priceId": "kilt-protocol", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg", + "precision": 15 + } + ], + "nodes": [ + { + "url": "wss://spiritnet.kilt.io/", + "name": "KILT Protocol node" + }, + { + "url": "wss://spiritnet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}", + "account": "https://spiritnet.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://kilt-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg", + "addressPrefix": 38, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21", + "name": "KILT Peregrine", + "assets": [ + { + "assetId": 0, + "symbol": "PILT", + "precision": 15, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg" + } + ], + "nodes": [ + { + "url": "wss://peregrine.kilt.io/parachain-public-ws/", + "name": "KILT Protocol Node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}", + "account": "https://kilt-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_peregrine.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Peregrine_Testnet.svg", + "addressPrefix": 38, + "options": [ + "testnet" + ] + }, + { + "chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Calamari", + "assets": [ + { + "assetId": 0, + "symbol": "KMA", + "priceId": "calamari-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", + "precision": 12, + "staking": "parachain" + } + ], + "nodes": [ + { + "url": "wss://calamari.systems", + "name": "Manta network node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://calamari.subscan.io/extrinsic/{hash}", + "account": "https://calamari.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/calamari.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-calamari" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "calamari" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Calamari.svg", + "addressPrefix": 78, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cd4d732201ebe5d6b014edda071c4203e16867305332301dc8d092044b28e554", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "QUARTZ", + "assets": [ + { + "assetId": 0, + "symbol": "QTZ", + "priceId": "quartz", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Quartz.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://quartz.unique.network", + "name": "Unique node" + }, + { + "url": "wss://eu-ws-quartz.unique.network", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws-quartz.unique.network", + "name": "Unique US node" + }, + { + "url": "wss://asia-ws-quartz.unique.network", + "name": "Unique Asia node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/quartz.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://quartz.subscan.io/extrinsic/{hash}", + "account": "https://quartz.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-quartz" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Quartz.svg", + "addressPrefix": 255 + }, + { + "chainId": "f22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bit.Country Pioneer", + "assets": [ + { + "assetId": 0, + "symbol": "NEER", + "precision": 18, + "priceId": "metaverse-network-pioneer", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg" + }, + { + "assetId": 1, + "symbol": "BIT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BIT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x030000000000000000", + "currencyIdType": "bit_country_primitives.FungibleTokenId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://pioneer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://pioneer.subscan.io/extrinsic/{hash}", + "account": "https://pioneer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bit.country_pioneer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bit-country" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bit.Country_Pioneer.svg", + "addressPrefix": 268, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "fc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Acala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "priceId": "acala", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0003", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "lcDOT", + "precision": 10, + "priceId": "liquid-crowdloan-dot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/lcDOT.svg", + "typeExtras": { + "currencyIdScale": "0x040d000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x050000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "currencyIdScale": "0x050100", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "TAP", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAP.svg", + "typeExtras": { + "currencyIdScale": "0x0004", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 8, + "symbol": "tDOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/tDOT.svg", + "typeExtras": { + "currencyIdScale": "0x0300000000", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 9, + "symbol": "INTR", + "precision": 10, + "type": "orml", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "currencyIdScale": "0x050400", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 10, + "symbol": "ASTR", + "precision": 18, + "type": "orml", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "currencyIdScale": "0x050200", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 11, + "symbol": "EQ", + "precision": 9, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Equilibrium.svg", + "typeExtras": { + "currencyIdScale": "0x050700", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000", + "transfersEnabled": true + } + }, + { + "assetId": 12, + "symbol": "iBTC", + "precision": 8, + "type": "orml", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "currencyIdScale": "0x050300", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "100", + "transfersEnabled": true + } + }, + { + "assetId": 13, + "symbol": "DAI", + "precision": 18, + "type": "orml", + "priceId": "dai", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x0254a37a01cd75b616d63e0ab665bffdb0143c52ae", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://acala-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://acala-rpc-0.aca-api.network", + "name": "Acala Foundation 0 node" + }, + { + "url": "wss://acala-rpc-1.aca-api.network", + "name": "Acala Foundation 1 node" + }, + { + "url": "wss://acala-rpc-2.aca-api.network/ws", + "name": "Acala Foundation 2 node" + }, + { + "url": "wss://acala-rpc-3.aca-api.network/ws", + "name": "Acala Foundation 3 node" + }, + { + "url": "wss://acala.polkawallet.io", + "name": "Polkawallet node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala.subscan.io/extrinsic/{hash}", + "account": "https://acala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acala" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "acala" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala.svg", + "addressPrefix": 10, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "23fc729c2cdb7bd6770a4e8c58748387cc715fcf338f1f74a16833d90383f4b0", + "name": "Acala Mandala", + "assets": [ + { + "assetId": 0, + "symbol": "ACA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "acala_primitives.currency.CurrencyId", + "existentialDeposit": "1000000" + } + } + ], + "nodes": [ + { + "url": "wss://mandala-rpc.aca-staging.network/ws", + "name": "Acala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://acala-testnet.subscan.io/extrinsic/{hash}", + "account": "https://acala-testnet.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/acala_mandala.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Acala_Mandala_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Moonbeam", + "assets": [ + { + "assetId": 0, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "staking": "parachain", + "buyProviders": { + "transak": { + "network": "MAINNET" + } + } + }, + { + "assetId": 1, + "symbol": "xcDOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "42259045809535163221576417993425387648" + } + }, + { + "assetId": 2, + "symbol": "xcaUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "110021739665376159354538090254163045594" + } + }, + { + "assetId": 3, + "symbol": "xcACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "224821240862170613278369189818311486111" + } + }, + { + "assetId": 4, + "symbol": "xcPARA", + "precision": 12, + "priceId": "parallel-finance", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg", + "typeExtras": { + "assetId": "32615670524745285411807346420584982855" + } + }, + { + "assetId": 5, + "symbol": "xcINTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "101170542313601871197860408087030232491" + } + }, + { + "assetId": 6, + "symbol": "xciBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "120637696315203257380661607956669368914" + } + }, + { + "assetId": 7, + "symbol": "POOP", + "precision": 18, + "type": "statemine", + "priceId": "raresama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/POOP.svg", + "typeExtras": { + "assetId": "270195117769614861929703564202131636628", + "palletName": "LocalAssets" + } + }, + { + "assetId": 8, + "symbol": "xcASTR", + "precision": 18, + "type": "statemine", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "224077081838586484055667086558292981199" + } + }, + { + "assetId": 9, + "symbol": "xcPHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "132685552157663328694213725410064821485" + } + }, + { + "assetId": 10, + "symbol": "xcUSDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "311091173110107856861649819128533077277" + } + } + ], + "nodes": [ + { + "url": "wss://wss.api.moonbeam.network", + "name": "Moonbeam Foundation node" + }, + { + "url": "wss://moonbeam.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://moonbeam.public.blastapi.io", + "name": "Blast node" + }, + { + "url": "wss://1rpc.io/glmr", + "name": "Automata 1RPC node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://moonbeam.subscan.io/extrinsic/{hash}", + "account": "https://moonbeam.subscan.io/account/{address}", + "event": null + }, + { + "name": "Moonscan", + "extrinsic": "https://moonbeam.moonscan.io/tx/{hash}", + "account": "https://moonbeam.moonscan.io/address/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbeam.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + }, + { + "type": "etherscan", + "url": "https://api-moonbeam.moonscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-moonbeam" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://moonbeamp-hasura.herokuapp.com/v1/graphql" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbeam.svg", + "addressPrefix": 1284, + "options": [ + "ethereumBased", + "governance-v1" + ] + }, + { + "chainId": "eip155:1", + "name": "Ethereum", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "wss://mainnet.infura.io/ws/v3/1e69544301064ef19edb194a14fb75f3", + "name": "Infura node 3" + }, + { + "url": "wss://mainnet.infura.io/ws/v3/{INFURA_API_KEY}", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://etherscan.io/tx/{hash}", + "account": "https://etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum.svg", + "addressPrefix": 1, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:5", + "name": "Ethereum - Goerli", + "assets": [ + { + "assetId": 0, + "symbol": "ETH", + "priceId": "ethereum", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://goerli.infura.io/ws/v3/25bd0a6e359240529b237e5dd8b19e1f", + "name": "Infura test node" + } + ], + "explorers": [ + { + "name": "Etherscan", + "extrinsic": "https://goerli.etherscan.io/tx/{hash}", + "account": "https://goerli.etherscan.io/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api-goerli.etherscan.io/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ethereum_Goerli.svg", + "addressPrefix": 5, + "options": [ + "testnet", + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Equilibrium", + "assets": [ + { + "assetId": 0, + "symbol": "EQ", + "precision": 9, + "priceId": "equilibrium", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/EQ.svg", + "type": "equilibrium", + "typeExtras": { + "assetId": "25969" + } + } + ], + "nodes": [ + { + "url": "wss://node.pol.equilibrium.io", + "name": "Equilibrium node" + }, + { + "url": "wss://equilibrium-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-equilibrium__bm92Y" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/equilibrium_types.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Equilibrium.svg", + "addressPrefix": 68 + }, + { + "chainId": "9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Astar", + "assets": [ + { + "assetId": 0, + "symbol": "ASTR", + "priceId": "astar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "precision": 18, + "buyProviders": { + "transak": { + "network": "ASTAR" + } + } + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "statemine", + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "340282366920938463463374607431768211455" + } + }, + { + "assetId": 2, + "symbol": "GLMR", + "precision": 18, + "type": "statemine", + "priceId": "moonbeam", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "18446744073709551619" + } + }, + { + "assetId": 3, + "symbol": "iBTC", + "precision": 8, + "type": "statemine", + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "18446744073709551620" + } + }, + { + "assetId": 4, + "symbol": "INTR", + "precision": 10, + "type": "statemine", + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "18446744073709551621" + } + }, + { + "assetId": 5, + "symbol": "PHA", + "precision": 12, + "type": "statemine", + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "18446744073709551622" + } + }, + { + "assetId": 6, + "symbol": "ACA", + "precision": 12, + "type": "statemine", + "priceId": "acala", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "18446744073709551616" + } + }, + { + "assetId": 7, + "symbol": "LDOT", + "precision": 10, + "type": "statemine", + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "18446744073709551618" + } + }, + { + "assetId": 8, + "symbol": "aUSD", + "precision": 12, + "type": "statemine", + "priceId": "acala-dollar", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "18446744073709551617" + } + }, + { + "assetId": 9, + "symbol": "USDT", + "precision": 6, + "type": "statemine", + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "4294969280" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.astar.network", + "name": "Astar node" + }, + { + "url": "wss://astar.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://astar-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://astar.subscan.io/extrinsic/{hash}", + "account": "https://astar.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/astar.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-astar" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "astar" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Astar.svg", + "addressPrefix": 5, + "additional": { + "defaultTip": "1000000" + } + }, + { + "chainId": "e61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Parallel", + "assets": [ + { + "assetId": 0, + "symbol": "PARA", + "precision": 12, + "priceId": "parallel-finance", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PARA.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "assetId": "101" + } + }, + { + "assetId": 2, + "symbol": "sDOT", + "precision": 10, + "priceId": "polkadot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sDOT.svg", + "typeExtras": { + "assetId": "1001" + } + }, + { + "assetId": 3, + "symbol": "ACA", + "precision": 12, + "priceId": "acala", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Acala.svg", + "typeExtras": { + "assetId": "108" + } + }, + { + "assetId": 4, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "assetId": "104" + } + }, + { + "assetId": 5, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "typeExtras": { + "assetId": "110" + } + }, + { + "assetId": 6, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "assetId": "114" + } + }, + { + "assetId": 7, + "symbol": "cDOT-6/13", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200060013" + } + }, + { + "assetId": 8, + "symbol": "cDOT-7/14", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200070014" + } + }, + { + "assetId": 9, + "symbol": "cDOT-8/15", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200080015" + } + }, + { + "assetId": 10, + "symbol": "cDOT-9/16", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200090016" + } + }, + { + "assetId": 11, + "symbol": "cDOT-10/17", + "precision": 10, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/cDOT.svg", + "typeExtras": { + "assetId": "200100017" + } + }, + { + "assetId": 12, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "typeExtras": { + "assetId": "120" + } + }, + { + "assetId": 13, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "typeExtras": { + "assetId": "122" + } + }, + { + "assetId": 14, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "102" + } + }, + { + "assetId": 15, + "symbol": "CLV", + "precision": 18, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "typeExtras": { + "assetId": "130" + } + }, + { + "assetId": 16, + "symbol": "ASTR", + "precision": 18, + "priceId": "astar", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Astar.svg", + "typeExtras": { + "assetId": "112" + } + }, + { + "assetId": 17, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg", + "typeExtras": { + "assetId": "115" + } + } + ], + "nodes": [ + { + "url": "wss://rpc.parallel.fi", + "name": "Parallel node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://parallel.subscan.io/extrinsic/{hash}", + "account": "https://parallel.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/parallel.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-parallel" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "parallel" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Parallel.svg", + "addressPrefix": 172, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "5c7bd13edf349b33eb175ffae85210299e324d852916336027391536e686f267", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "CLV Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CLV", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Clover.svg", + "priceId": "clover-finance" + } + ], + "nodes": [ + { + "url": "wss://rpc-para.clover.finance", + "name": "Clover node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://clv.subscan.io/extrinsic/{hash}", + "account": "https://clv.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/clover.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-clover" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/CLV_Parachain.svg", + "addressPrefix": 128 + }, + { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Statemint", + "assets": [ + { + "assetId": 0, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg" + }, + { + "assetId": 1, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "assetId": "1984" + } + } + ], + "nodes": [ + { + "url": "wss://statemint-rpc.polkadot.io", + "name": "Parity node" + }, + { + "url": "wss://statemint.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://statemint-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Statescan", + "account": "https://statemint.statescan.io/account/{address}", + "extrinsic": "https://statemint.statescan.io/extrinsic/{hash}", + "event": "https://statemint.statescan.io/event/{event}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemint.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemint" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemint.svg", + "addressPrefix": 0 + }, + { + "chainId": "631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Robonomics", + "assets": [ + { + "assetId": 0, + "symbol": "XRT", + "precision": 9, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Robonomics.svg", + "priceId": "robonomics-network" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "type": "statemine", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "priceId": "kusama", + "typeExtras": { + "assetId": "4294967295" + } + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.robonomics.network/", + "name": "Airalab node" + }, + { + "url": "wss://robonomics.leemo.me", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://robonomics.subscan.io/extrinsic/{hash}", + "account": "https://robonomics.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-robonomics" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "robonomics" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg", + "addressPrefix": 32, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Encointer", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://api.kusama.encointer.org", + "name": "Encointer association node" + }, + { + "url": "wss://encointer.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://encointer.subscan.io/extrinsic/{hash}", + "account": "https://encointer.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/encointer.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg", + "addressPrefix": 2 + }, + { + "chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Picasso", + "assets": [ + { + "assetId": 0, + "symbol": "PICA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg" + } + ], + "nodes": [ + { + "url": "wss://picasso-rpc.composable.finance", + "name": "Composable node" + }, + { + "url": "wss://rpc.composablenodes.tech", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://picasso.subscan.io/extrinsic/{hash}", + "account": "https://picasso.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg", + "addressPrefix": 49, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Zeitgeist", + "assets": [ + { + "assetId": 0, + "symbol": "ZTG", + "staking": "parachain", + "precision": 10, + "priceId": "zeitgeist", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg" + } + ], + "nodes": [ + { + "url": "wss://zeitgeist-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://zeitgeist.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}", + "account": "https://zeitgeist.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg", + "addressPrefix": 73, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Litmus", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "priceId": "litentry", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.litmus-parachain.litentry.io", + "name": "Litenry node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://litmus.subscan.io/extrinsic/{hash}", + "account": "https://litmus.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litmus.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litmus" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg", + "addressPrefix": 131, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Subsocial", + "assets": [ + { + "assetId": 0, + "symbol": "SUB", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg" + } + ], + "nodes": [ + { + "url": "wss://para.f3joule.space", + "name": "Subsocial node" + }, + { + "url": "wss://para.subsocial.network", + "name": "Dappforce node" + } + ], + "explorers": [ + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/subsocial.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-subsocial" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Subsocial_Parachain.svg", + "addressPrefix": 28 + }, + { + "chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Crust Shadow", + "assets": [ + { + "assetId": 0, + "symbol": "CSM", + "precision": 12, + "priceId": "crust-storage-market", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2-shadow.crust.network/", + "name": "Crust node" + }, + { + "url": "wss://rpc-shadow.crust.network/", + "name": "Public Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://shadow.subscan.io/extrinsic/{hash}", + "account": "https://shadow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "crustshadow" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg", + "addressPrefix": 66, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Integritee Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "TEER", + "precision": 12, + "priceId": "integritee", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg" + } + ], + "nodes": [ + { + "url": "wss://integritee-kusama.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://kusama.api.integritee.network", + "name": "Integritee node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://integritee.subscan.io/extrinsic/{hash}", + "account": "https://integritee.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg", + "addressPrefix": 13 + }, + { + "chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Centrifuge Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CFG", + "precision": 18, + "priceId": "centrifuge", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Centrifuge.svg" + } + ], + "nodes": [ + { + "url": "wss://fullnode.parachain.centrifuge.io", + "name": "Centrifuge node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://centrifuge-parachain.subscan.io/extrinsic/{hash}", + "account": "https://centrifuge-parachain.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/centrifuge.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-centrifuge" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://centrifuge.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Centrifuge.svg", + "addressPrefix": 36, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "335369975fced3fc22e23498da306a712f4fd964c957364d53c49cea9db8bc2f", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Efinity", + "assets": [ + { + "assetId": 0, + "symbol": "EFI", + "precision": 18, + "priceId": "efinity", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Efinity.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.efinity.io", + "name": "Efinity node" + }, + { + "url": "wss://efinity-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://efinity.subscan.io/extrinsic/{hash}", + "account": "https://efinity.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/efinity.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-efinity" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Efinity.svg", + "addressPrefix": 1110, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "afdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "HydraDX", + "assets": [ + { + "assetId": 0, + "symbol": "HDX", + "precision": 12, + "priceId": "hydradx", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/HydraDX.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "17540000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DAI", + "precision": 18, + "priceId": "dai", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DAI.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LRNA", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LRNA.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "400000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "WETH-worm", + "precision": 18, + "priceId": "ethereum-wormhole", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WETH-worm.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "7000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "WBTC-worm", + "precision": 8, + "priceId": "wrapped-bitcoin", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "44", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.hydradx.cloud", + "name": "Calactic Council node" + }, + { + "url": "wss://hydradx-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://hydradx.subscan.io/extrinsic/{hash}", + "account": "https://hydradx.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hydra_dx.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-hydra" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://hydradx.subsquare.io/api" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/HydraDX.svg", + "addressPrefix": 63, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Interlay", + "assets": [ + { + "assetId": 0, + "symbol": "INTR", + "precision": 10, + "priceId": "interlay", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Interlay.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0002", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "iBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/interBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0001", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KINT", + "precision": 12, + "priceId": "kintsugi", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "kBTC", + "precision": 8, + "priceId": "bitcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x000a", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "LDOT", + "precision": 10, + "priceId": "liquid-staking-dot", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LDOT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "USDT", + "precision": 6, + "priceId": "tether", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://api.interlay.io/parachain", + "name": "Kintsugi Labs node" + }, + { + "url": "wss://interlay.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://interlay.subscan.io/extrinsic/{hash}", + "account": "https://interlay.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/interlay.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-interlay" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg", + "addressPrefix": 2032 + }, + { + "chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Nodle Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "NODL", + "precision": 11, + "priceId": "nodle-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg" + } + ], + "nodes": [ + { + "url": "wss://nodle-parachain.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://eden-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://nodle.subscan.io/extrinsic/{hash}", + "account": "https://nodle.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg", + "addressPrefix": 37 + }, + { + "chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1", + "name": "Singular testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg" + } + ], + "nodes": [ + { + "url": "wss://staging.node.rmrk.app", + "name": "Singular DEV node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/singular_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Singular_Testnet.svg", + "addressPrefix": 0, + "options": [ + "testnet" + ] + }, + { + "chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Phala", + "assets": [ + { + "assetId": 0, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg" + } + ], + "nodes": [ + { + "url": "wss://api.phala.network/ws", + "name": "Phala node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://phala.subscan.io/extrinsic/{hash}", + "account": "https://phala.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg", + "addressPrefix": 30, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Turing", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "aUSD", + "precision": 12, + "priceId": "acala-dollar", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x02000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "KAR", + "precision": 12, + "priceId": "karura", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg", + "typeExtras": { + "currencyIdScale": "0x03000000", + "currencyIdType": "u32", + "existentialDeposit": "100000000000", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "LKSM", + "precision": 12, + "priceId": "liquid-ksm", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "HKO", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HKO.svg", + "typeExtras": { + "currencyIdScale": "0x05000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000000", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "sKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/sKSM.svg", + "typeExtras": { + "currencyIdScale": "0x06000000", + "currencyIdType": "u32", + "existentialDeposit": "500000000", + "transfersEnabled": true + } + }, + { + "assetId": 7, + "symbol": "PHA", + "precision": 12, + "priceId": "pha", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Phala.svg", + "typeExtras": { + "currencyIdScale": "0x07000000", + "currencyIdType": "u32", + "existentialDeposit": "10000000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc.turing.oak.tech", + "name": "Turing node" + }, + { + "url": "wss://turing-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing.json", + "overridesCommon": true + }, + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://turing.subscan.io/extrinsic/{hash}", + "account": "https://turing.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-turing" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "turing" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg", + "addressPrefix": 51, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e", + "name": "Aleph Zero", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.azero.dev", + "name": "Aleph Zero node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}", + "account": "https://alephzero.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ], + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 42 + }, + { + "chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Composable Finance", + "assets": [ + { + "assetId": 0, + "symbol": "LAYR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Composable.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.composable.finance", + "name": "Composable node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://composable.subscan.io/extrinsic/{hash}", + "account": "https://composable.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/composable.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-composable" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "composable" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Composable.png", + "addressPrefix": 50, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c", + "name": "Polkadex", + "assets": [ + { + "assetId": 0, + "symbol": "PDEX", + "priceId": "polkadex", + "staking": "relaychain", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.polkadex.trade", + "name": "Polkadex team node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polkadex.subscan.io/extrinsic/{hash}", + "account": "https://polkadex.subscan.io/account/{address}", + "event": null + }, + { + "name": "Sub.ID", + "account": "https://sub.id/{address}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polkadex.json", + "overridesCommon": true + }, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polkadex" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "polkadex" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadex.svg", + "addressPrefix": 88, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "e7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "OriginTrail Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "OTP", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/OriginTrail.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.origin-trail.network", + "name": "TraceLabs node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/origintrail.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-origin-trail" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/OriginTrail.svg", + "addressPrefix": 101 + }, + { + "chainId": "262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Bifrost Polkadot", + "assets": [ + { + "assetId": 0, + "symbol": "BNC", + "precision": 12, + "priceId": "bifrost-native-coin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg" + }, + { + "assetId": 1, + "symbol": "GLMR", + "precision": 18, + "priceId": "moonbeam", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg", + "typeExtras": { + "currencyIdScale": "0x0801", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000000000", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "DOT", + "precision": 10, + "priceId": "polkadot", + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0800", + "currencyIdType": "node_primitives.currency.CurrencyId", + "existentialDeposit": "1000000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://hk.p.bifrost-rpc.liebi.com/ws", + "name": "Liebi node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", + "account": "https://bifrost.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bifrost_polkadot.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bifrost-polkadot" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bifrost_Polkadot.svg", + "addressPrefix": 6 + }, + { + "chainId": "2fc8bb6ed7c0051bdcf4866c322ed32b6276572713607e3297ccf411b8f14aa9", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Litentry", + "assets": [ + { + "assetId": 0, + "symbol": "LIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Litentry.svg", + "priceId": "litentry" + } + ], + "nodes": [ + { + "url": "wss://rpc.litentry-parachain.litentry.io", + "name": "Litentry node" + }, + { + "url": "wss://litentry-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/litentry.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-litentry" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litentry.svg", + "addressPrefix": 31 + }, + { + "chainId": "84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "UNIQUE", + "assets": [ + { + "assetId": 0, + "symbol": "UNQ", + "precision": 18, + "priceId": "unique-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Unique.svg" + } + ], + "nodes": [ + { + "url": "wss://eu-ws.unique.network/", + "name": "Unique Europe node" + }, + { + "url": "wss://us-ws.unique.network/", + "name": "Unique America node" + }, + { + "url": "wss://asia-ws.unique.network/", + "name": "Unique Asia node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://unique.subscan.io/extrinsic/{hash}", + "account": "https://unique.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/unique.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-unique" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Unique.svg", + "addressPrefix": 7391 + }, + { + "chainId": "577d331ca43646f547cdaa07ad0aa387a383a93416764480665103081f3eaf14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Dora Factory", + "assets": [ + { + "assetId": 0, + "symbol": "DORA", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DoraFactory.svg", + "priceId": "dora-factory" + } + ], + "nodes": [ + { + "url": "wss://kusama.dorafactory.org", + "name": "Dora node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dorafactory.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dora" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg", + "addressPrefix": 128 + }, + { + "chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Mangata X", + "assets": [ + { + "assetId": 0, + "symbol": "MGX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x00000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "KSM", + "precision": 12, + "priceId": "kusama", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x04000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "ETH", + "precision": 18, + "priceId": "ethereum", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01000000", + "currencyIdType": "u32", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://prod-kusama-collator-01.mangatafinance.cloud", + "name": "Mangata node" + }, + { + "url": "wss://mangata-x.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}", + "account": "https://mangatax.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg", + "addressPrefix": 42 + }, + { + "chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5", + "name": "Aleph Zero Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "TZERO", + "staking": "aleph-zero", + "priceId": "aleph-zero", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg" + } + ], + "nodes": [ + { + "url": "wss://ws.test.azero.dev", + "name": "Aleph Zero node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "e1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443", + "name": "Moonbase Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "UNIT", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg" + } + ], + "nodes": [ + { + "url": "wss://frag-moonbase-relay-rpc-ws.g.moonbase.moonbeam.network", + "name": "PureStake node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/moonbase_relay.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Moonbase_Alpha_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "3c3183f6d701500766ff7d147b79c4f10014a095eaaa98e960dcef6b3ead50ee", + "name": "Polymesh Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://testnet-rpc.polymesh.live", + "name": "Polymath node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Pichiu", + "assets": [ + { + "assetId": 0, + "symbol": "PCHU", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Pichiu.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pichiu.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pichiu" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pichiu.svg", + "addressPrefix": 42, + "options": [ + "governance-v1" + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ] + }, + { + "chainId": "feb426ca713f0f46c96465b8f039890370cf6bfd687c9076ea2843f58a6ae8a7", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kabocha", + "assets": [ + { + "assetId": 0, + "symbol": "KAB", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kabocha.svg" + } + ], + "nodes": [ + { + "url": "wss://kabocha.jelliedowl.com", + "name": "JelliedOwl node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kabocha.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kabocha" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kabocha.svg", + "addressPrefix": 27 + }, + { + "chainId": "eacdd2d5b42de9769ccbb6e8d9013ab0d90ab105bf601d4aac53e874c145ec21", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tanganika", + "assets": [ + { + "assetId": 0, + "symbol": "DHX", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/DataHighway.svg", + "priceId": "datahighway" + } + ], + "nodes": [ + { + "url": "wss://tanganika.datahighway.com", + "name": "DataHighway node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://datahighway.subscan.io/extrinsic/{hash}", + "account": "https://datahighway.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tanganika.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tanganika" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "tanganika" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tanganika_DataHighway.svg", + "addressPrefix": 33, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "35a06bfec2edf0ff4be89a6428ccd9ff5bd0167d618c5a0d4341f9600a458d14", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Bajun", + "assets": [ + { + "assetId": 0, + "symbol": "BAJU", + "precision": 12, + "priceId": "ajuna-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bajun.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.bajun.network", + "name": "AjunaNetwork node" + }, + { + "url": "wss://bajun.api.onfinality.io/public-ws", + "name": "OnFinality node" + }, + { + "url": "wss://bajun.public.curie.radiumblock.co/ws", + "name": "Radium node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://bajun.subscan.io/extrinsic/{hash}", + "account": "https://bajun.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bajun.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bajun" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bajun.svg", + "addressPrefix": 1337 + }, + { + "chainId": "ca93a37c913a25fa8fdb33c7f738afc39379cb71d37874a16d4c091a5aef9f89", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Imbue", + "assets": [ + { + "assetId": 0, + "symbol": "IMBU", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Imbue.svg" + } + ], + "nodes": [ + { + "url": "wss://imbue-kusama.imbue.network", + "name": "Imbue node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/imbue.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-imbue" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Imbue.svg", + "addressPrefix": 42 + }, + { + "chainId": "a834e4bd816a126565e6a06a7582ceb88b4419e1f926e573ca0f323cf778cd5f", + "name": "Arctic Relay Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://arctic-relaychain.web3labs.com:9949/", + "name": "Arctic node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/arctic_relay_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e", + "name": "Rococo Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "ROC", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg" + } + ], + "nodes": [ + { + "url": "wss://rococo-rpc.polkadot.io/", + "name": "Rococo node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/rococo.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Rococo_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "crowdloans" + ] + }, + { + "chainId": "d42e9606a995dfe433dc7955dc2a70f495f350f373daa200098ae84437816ad2", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Tinkernet", + "assets": [ + { + "assetId": 0, + "symbol": "TNKR", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Tinkernet.svg" + } + ], + "nodes": [ + { + "url": "wss://invarch-tinkernet.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/tinkernet.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-tinkernet" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Tinkernet.svg", + "addressPrefix": 117 + }, + { + "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "GM", + "assets": [ + { + "assetId": 0, + "symbol": "FREN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" + }, + { + "assetId": 1, + "symbol": "GM", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x01", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 2, + "symbol": "GN", + "precision": 0, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", + "type": "orml", + "typeExtras": { + "currencyIdScale": "0x02", + "currencyIdType": "gm_chain_runtime.Coooooins", + "existentialDeposit": "0", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://ws.gm.bldnodes.org", + "name": "bLd node" + }, + { + "url": "wss://intern.gmordie.com", + "name": "GM intern node" + }, + { + "url": "wss://leemo.gmordie.com", + "name": "Leemo node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/gm.json", + "overridesCommon": true + }, + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", + "addressPrefix": 7013 + }, + { + "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Amplitude", + "assets": [ + { + "assetId": 0, + "symbol": "AMPE", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-amplitude.pendulumchain.tech", + "name": "PendulumChain node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "amplitude" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 57, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e", + "name": "Ternoa", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://mainnet.ternoa.network", + "name": "CapsuleCorp node" + } + ], + "explorers": [ + { + "name": "Ternoa explorer", + "extrinsic": "https://explorer.ternoa.com/extrinsic/{hash}", + "account": "https://explorer.ternoa.com/account/{address}", + "event": null + } + ], + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-ternoa" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa.svg", + "addressPrefix": 42 + }, + { + "chainId": "18bcdb75a0bba577b084878db2dc2546eb21504eaad4b564bb7d47f9d02b6ace", + "name": "Ternoa Alphanet", + "assets": [ + { + "assetId": 0, + "symbol": "CAPS", + "priceId": "coin-capsule", + "staking": "relaychain", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Ternoa.svg" + } + ], + "nodes": [ + { + "url": "wss://alphanet.ternoa.com", + "name": "Ternoa Alphanet node" + } + ], + "explorers": [ + { + "name": "Ternoa Alphanet explorer", + "extrinsic": "https://explorer-alphanet.ternoa.dev/extrinsic/{hash}", + "account": "https://explorer-alphanet.ternoa.dev/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ternoa_alphanet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ternoa_Alphanet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "d54f0988402deb4548538626ce37e4a318441ea0529ca369400ebec4e04dfe4b", + "name": "Turing Staging", + "assets": [ + { + "assetId": 0, + "symbol": "TUR", + "staking": "turing", + "precision": 10, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Turing.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc.turing-staging.oak.tech", + "name": "OAK node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/turing_staging.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing_Staging.svg", + "addressPrefix": 51, + "options": [ + "testnet" + ] + }, + { + "chainId": "a2ee5a1f55a23dccd0c35e36512f9009e6e50a5654e8e5e469445d0748632aa8", + "name": "Governance2 Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "Unit", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GOV2.svg" + } + ], + "nodes": [ + { + "url": "wss://governance2-testnet.litentry.io", + "name": "Development node" + } + ], + "explorers": [ + { + "name": "Governance2 Testnet explorer", + "extrinsic": "https://gov2.statescan.io/extrinsic/{hash}", + "account": "https://gov2.statescan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/governance2_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Governance2_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet", + "governance" + ] + }, + { + "chainId": "f2584690455deda322214e97edfffaf4c1233b6e4625e39478496b3e2f5a44c5", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kylin", + "assets": [ + { + "assetId": 0, + "symbol": "KYL", + "precision": 18, + "priceId": "kylin-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KYL.svg" + } + ], + "nodes": [ + { + "url": "wss://polkadot.kylin-node.co.uk", + "name": "Kylin node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kylin" + } + ], + "governance": [ + { + "type": "polkassembly", + "url": "https://polkassembly-hasura.herokuapp.com/v1/graphql", + "parameters": { + "network": "kylin" + } + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kylin.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kylin.svg", + "addressPrefix": 42 + }, + { + "chainId": "e71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Darwinia", + "assets": [ + { + "assetId": 0, + "symbol": "RING", + "precision": 18, + "priceId": "darwinia-network-native-token", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RING.svg" + } + ], + "nodes": [ + { + "url": "wss://parachain-rpc.darwinia.network", + "name": "Darwinia Network node" + }, + { + "url": "wss://darwinia-rpc.dwellir.com", + "name": "Dwellir node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://darwinia-parachain.subscan.io/extrinsic/{hash}", + "account": "https://darwinia-parachain.subscan.io/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Darwinia.svg", + "addressPrefix": 18 + }, + { + "chainId": "7838c3c774e887c0a53bcba9e64f702361a1a852d5550b86b58cd73827fa1e1e", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Kapex", + "assets": [ + { + "assetId": 0, + "symbol": "KAPEX", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KAPEX.svg" + } + ], + "nodes": [ + { + "url": "wss://k-ui.kapex.network", + "name": "Totem node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kapex" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kapex.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Totem.svg", + "addressPrefix": 2007 + }, + { + "chainId": "6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063", + "name": "Polymesh", + "assets": [ + { + "assetId": 0, + "symbol": "POLYX", + "precision": 6, + "priceId": "polymesh", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polymesh.svg", + "staking": "relaychain" + } + ], + "nodes": [ + { + "url": "wss://mainnet-rpc.polymesh.network", + "name": "Polymesh node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://polymesh.subscan.io/extrinsic/{hash}", + "account": "https://polymesh.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/polymesh_mainnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg", + "addressPrefix": 12 + }, + { + "chainId": "8da6a03e0989154ff8c1977cbc0cbd55f6879d8759c272a4f3c078cef794bf5f", + "name": "Beresheet", + "assets": [ + { + "assetId": 0, + "symbol": "tEDG", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg" + } + ], + "nodes": [ + { + "url": "wss://beresheet.jelliedowl.net", + "name": "JelliedOwl node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/beresheet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Beresheet.svg", + "addressPrefix": 7, + "options": [ + "testnet" + ] + }, + { + "chainId": "b34f6cd03a41f0fab38ba9fd5b11cce5f303633c46f39f0c6fdc7c3c602bafa9", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Snow", + "assets": [ + { + "assetId": 0, + "symbol": "ICZ", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ICZ.svg" + } + ], + "nodes": [ + { + "url": "wss://snow-rpc.icenetwork.io", + "name": "Snow node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://snow.subscan.io/extrinsic/{hash}", + "account": "https://snow.subscan.io/account/{address}", + "event": null + }, + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/snow.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg", + "addressPrefix": 2207, + "options": [ + "governance-v1" + ] + }, + { + "chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "DAO IPCI", + "assets": [ + { + "assetId": 0, + "symbol": "MITO", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg" + } + ], + "nodes": [ + { + "url": "wss://kusama.rpc.ipci.io", + "name": "Airalab node" + } + ], + "explorers": [ + { + "name": "Polkaholic", + "account": "https://polkaholic.io/account/{address}", + "extrinsic": "https://polkaholic.io/tx/{hash}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg", + "addressPrefix": 32 + }, + { + "chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063", + "name": "Myriad", + "assets": [ + { + "assetId": 0, + "symbol": "MYRIA", + "precision": 18, + "priceId": "myriad-social", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg", + "addressPrefix": 42 + }, + { + "chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3", + "name": "Fusotao", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 18, + "priceId": "fusotao", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO.svg" + } + ], + "nodes": [ + { + "url": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2", + "name": "Octopus node" + } + ], + "explorers": [ + { + "name": "Explorer", + "extrinsic": null, + "account": "https://explorer.mainnet.oct.network/fusotao/accounts/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/fusotao.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Fusotao.svg", + "addressPrefix": 42 + }, + { + "chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa", + "name": "XX network", + "assets": [ + { + "assetId": 0, + "symbol": "XX", + "precision": 9, + "priceId": "xxcoin", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/XX.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-hetzner.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://rpc-do.xx.network", + "name": "xx Foundation node" + }, + { + "url": "wss://xx.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "XX explorer", + "extrinsic": "https://explorer.xx.network/extrinsics/{hash}", + "account": "https://explorer.xx.network/accounts/{address}", + "event": null + }, + { + "name": "Polkastats", + "extrinsic": "https://xx.polkastats.io/extrinsic/{hash}", + "account": "https://xx.polkastats.io/account/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-xx-network" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/xx_network.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/XX_network.svg", + "addressPrefix": 55 + }, + { + "chainId": "5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Pendulum", + "assets": [ + { + "assetId": 0, + "symbol": "PEN", + "precision": 12, + "priceId": "pendulum-chain", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/PEN.svg" + }, + { + "assetId": 1, + "symbol": "DOT", + "precision": 10, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg", + "typeExtras": { + "currencyIdScale": "0x0100", + "currencyIdType": "pendulum_runtime.currency.CurrencyId", + "existentialDeposit": "1000", + "transfersEnabled": true + } + } + ], + "nodes": [ + { + "url": "wss://rpc-pendulum.prd.pendulumchain.tech", + "name": "Pendulum node" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-pendulum" + } + ] + }, + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/pendulum.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Pendulum.svg", + "addressPrefix": 56 + }, + { + "chainId": "a6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c", + "name": "Aventus Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.public-testnet.aventus.io", + "name": "Aventus testnet node" + } + ], + "explorers": [ + { + "name": "Aventus testnet explorer", + "extrinsic": "https://explorer.testnet.aventus.io/transaction/{hash}", + "account": "https://explorer.testnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus_Testnet.svg", + "addressPrefix": 42, + "options": [ + "testnet" + ] + }, + { + "chainId": "8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Aventus", + "assets": [ + { + "assetId": 0, + "symbol": "AVT", + "precision": 18, + "priceId": "aventus", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVT.svg" + } + ], + "nodes": [ + { + "url": "wss://public-rpc.mainnet.aventus.io", + "name": "Aventus node" + } + ], + "explorers": [ + { + "name": "Aventus explorer", + "extrinsic": "https://explorer.mainnet.aventus.io/transaction/{hash}", + "account": "https://explorer.mainnet.aventus.io/address/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aventus.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg", + "addressPrefix": 42 + }, + { + "chainId": "4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Crust Polkadot Parachain", + "assets": [ + { + "assetId": 0, + "symbol": "CRU", + "precision": 12, + "priceId": "crust-network", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CRU.svg" + } + ], + "nodes": [ + { + "url": "wss://crust-parachain.crustapps.net", + "name": "Crust node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://crust-parachain.subscan.io/extrinsic/{hash}", + "account": "https://crust-parachain.subscan.io/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Parachain.svg", + "addressPrefix": 88 + }, + { + "chainId": "3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06", + "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", + "name": "Kintsugi Testnet", + "assets": [ + { + "assetId": 0, + "symbol": "KINT", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kintsugi.svg", + "typeExtras": { + "currencyIdScale": "0x000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 1, + "symbol": "kBTC", + "precision": 8, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 3, + "symbol": "LKSM", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/LKSM.svg", + "typeExtras": { + "currencyIdScale": "0x0102000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 4, + "symbol": "USDT", + "precision": 6, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg", + "typeExtras": { + "currencyIdScale": "0x0103000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 5, + "symbol": "aUSD", + "precision": 12, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AUSD.svg", + "typeExtras": { + "currencyIdScale": "0x0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": true + } + }, + { + "assetId": 6, + "symbol": "KSM-kBTC", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KBTC.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000b", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 7, + "symbol": "kBTC-USDT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KBTC-USDT.svg", + "typeExtras": { + "currencyIdScale": "0x03000b0101000000", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + }, + { + "assetId": 8, + "symbol": "KSM-KINT", + "precision": 18, + "type": "orml", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/KSM-KINT.svg", + "typeExtras": { + "currencyIdScale": "0x03000a000c", + "currencyIdType": "interbtc_primitives.CurrencyId", + "existentialDeposit": "0", + "transfersEnabled": false + } + } + ], + "nodes": [ + { + "url": "wss://api-dev-kintsugi.interlay.io:443/parachain", + "name": "Kintsugi Labs" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kintsugi_testnet.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi_Testnet.svg", + "addressPrefix": 2092, + "options": [ + "testnet" + ] + }, + { + "chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Hashed Network", + "assets": [ + { + "assetId": 0, + "symbol": "HASH", + "precision": 18, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg" + } + ], + "nodes": [ + { + "url": "wss://c1.hashed.network", + "name": "Hashed systems 1 node" + }, + { + "url": "wss://c2.hashed.network", + "name": "Hashed systems 2 node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg", + "addressPrefix": 42 + }, + { + "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", + "name": "Bittensor", + "assets": [ + { + "assetId": 0, + "symbol": "TAO", + "precision": 9, + "priceId": "bittensor", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/TAO_bittensor.svg" + } + ], + "nodes": [ + { + "url": "wss://entrypoint-finney.opentensor.ai:443", + "name": "Opentensor Fdn node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/bittensor.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Bittensor.svg", + "addressPrefix": 42 + }, + { + "chainId": "eip155:137", + "name": "Polygon", + "assets": [ + { + "assetId": 0, + "symbol": "MATIC", + "priceId": "matic-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MATIC.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://polygon-mainnet.public.blastapi.io", + "name": "Polygon node" + } + ], + "explorers": [ + { + "name": "Polygonscan", + "extrinsic": "https://polygonscan.com/tx/{hash}", + "account": "https://polygonscan.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://api.polygonscan.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polygon.svg", + "addressPrefix": 137, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "eip155:2109", + "name": "Exosama", + "assets": [ + { + "assetId": 0, + "symbol": "SAMA", + "priceId": "exosama-network", + "type": "evmNative", + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg", + "precision": 18 + } + ], + "nodes": [ + { + "url": "wss://rpc.exosama.com", + "name": "Exosama node" + } + ], + "explorers": [ + { + "name": "Exosama explorer", + "extrinsic": "https://explorer.exosama.com/tx/{hash}", + "account": "https://explorer.exosama.com/address/{address}", + "event": null + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://explorer.exosama.com/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg", + "addressPrefix": 2109, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] + }, + { + "chainId": "6c5894837ad89b6d92b114a2fb3eafa8fe3d26a54848e3447015442cd6ef4e66", + "name": "3DPass", + "assets": [ + { + "assetId": 0, + "symbol": "P3D", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/P3D.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc2.3dpass.org", + "name": "3DPass node" + } + ], + "explorers": [ + { + "name": "3DPass explorer", + "extrinsic": "https://explorer.3dpass.org/extrinsic/{hash}", + "account": "https://explorer.3dpass.org/account/{address}", + "event": null + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/3dpass.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/3DPass.svg", + "addressPrefix": 71 + }, + { + "chainId": "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee", + "parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", + "name": "Ajuna", + "assets": [ + { + "assetId": 0, + "symbol": "AJUN", + "precision": 12, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AJUN.svg" + } + ], + "nodes": [ + { + "url": "wss://rpc-parachain.ajuna.network", + "name": "Ajuna node" + }, + { + "url": "wss://ajuna.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + } + ], + "types": { + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/ajuna.json", + "overridesCommon": true + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Ajuna.svg", + "addressPrefix": 1328 + } ] diff --git a/scripts/sync_from_nova.py b/scripts/sync_from_nova.py new file mode 100644 index 0000000..de54a30 --- /dev/null +++ b/scripts/sync_from_nova.py @@ -0,0 +1,166 @@ +#!/usr/bin/env python3 +""" +Sync chains and XCM configs from nova-base submodule. +Merges Nova's Polkadot ecosystem with Pezkuwi overlay. +""" + +import json +import shutil +from pathlib import Path + +# Paths +ROOT = Path(__file__).parent.parent +NOVA_BASE = ROOT / "nova-base" +PEZKUWI_OVERLAY = ROOT / "pezkuwi-overlay" +OUTPUT_CHAINS = ROOT / "chains" +OUTPUT_XCM = ROOT / "xcm" + +def load_json(path: Path) -> list | dict: + """Load JSON file.""" + with open(path, 'r', encoding='utf-8') as f: + return json.load(f) + +def save_json(path: Path, data: list | dict): + """Save JSON file with pretty formatting.""" + path.parent.mkdir(parents=True, exist_ok=True) + with open(path, 'w', encoding='utf-8') as f: + json.dump(data, f, indent=2, ensure_ascii=False) + f.write('\n') + +def merge_chains(nova_chains: list, pezkuwi_chains: list) -> list: + """ + Merge chains: Pezkuwi chains first, then Nova chains. + Pezkuwi chains take priority (appear first in list). + """ + # Get Pezkuwi chain IDs to avoid duplicates + pezkuwi_ids = {c['chainId'] for c in pezkuwi_chains} + + # Filter out any Nova chains that might conflict + nova_filtered = [c for c in nova_chains if c['chainId'] not in pezkuwi_ids] + + # Pezkuwi first, then Nova + return pezkuwi_chains + nova_filtered + +def sync_chains(): + """Sync chain configurations.""" + print("Syncing chains...") + + # Load Pezkuwi overlay chains + pezkuwi_chains_file = PEZKUWI_OVERLAY / "chains" / "pezkuwi-chains.json" + pezkuwi_chains = load_json(pezkuwi_chains_file) if pezkuwi_chains_file.exists() else [] + print(f" Loaded {len(pezkuwi_chains)} Pezkuwi chains") + + # Sync each version + for version_dir in sorted(NOVA_BASE.glob("chains/v*")): + version = version_dir.name + output_version_dir = OUTPUT_CHAINS / version + + # Sync chains.json + nova_chains_file = version_dir / "chains.json" + if nova_chains_file.exists(): + nova_chains = load_json(nova_chains_file) + merged = merge_chains(nova_chains, pezkuwi_chains) + save_json(output_version_dir / "chains.json", merged) + print(f" {version}/chains.json: {len(merged)} chains ({len(pezkuwi_chains)} Pezkuwi + {len(nova_chains)} Nova)") + + # Sync chains_dev.json + nova_dev_file = version_dir / "chains_dev.json" + if nova_dev_file.exists(): + nova_dev = load_json(nova_dev_file) + merged_dev = merge_chains(nova_dev, pezkuwi_chains) + save_json(output_version_dir / "chains_dev.json", merged_dev) + print(f" {version}/chains_dev.json: {len(merged_dev)} chains") + + # Copy preConfigured directory if exists + nova_preconfig = version_dir / "preConfigured" + if nova_preconfig.exists(): + output_preconfig = output_version_dir / "preConfigured" + if output_preconfig.exists(): + shutil.rmtree(output_preconfig) + shutil.copytree(nova_preconfig, output_preconfig) + print(f" {version}/preConfigured: copied") + + # Create android subdirectory with same merged chains + android_dir = output_version_dir / "android" + android_dir.mkdir(parents=True, exist_ok=True) + if nova_chains_file.exists(): + save_json(android_dir / "chains.json", merged) + print(f" {version}/android/chains.json: created") + +def sync_xcm(): + """Sync XCM configurations.""" + print("\nSyncing XCM configs...") + + # Copy all XCM versions from nova-base + for version_dir in sorted(NOVA_BASE.glob("xcm/v*")): + version = version_dir.name + output_version_dir = OUTPUT_XCM / version + + if output_version_dir.exists(): + shutil.rmtree(output_version_dir) + shutil.copytree(version_dir, output_version_dir) + print(f" {version}: synced") + + # Copy root XCM files + for xcm_file in NOVA_BASE.glob("xcm/*.json"): + shutil.copy(xcm_file, OUTPUT_XCM / xcm_file.name) + print(f" {xcm_file.name}: copied") + +def sync_icons(): + """Sync icon files from nova-base, preserving Pezkuwi icons.""" + print("\nSyncing icons...") + + nova_icons = NOVA_BASE / "icons" + pezkuwi_icons = PEZKUWI_OVERLAY / "icons" + output_icons = ROOT / "icons" + + # Copy Nova icons + for icon_dir in nova_icons.iterdir(): + if icon_dir.is_dir(): + output_dir = output_icons / icon_dir.name + if not output_dir.exists(): + shutil.copytree(icon_dir, output_dir) + else: + # Merge - copy Nova files that don't exist + for icon_file in icon_dir.rglob("*"): + if icon_file.is_file(): + rel_path = icon_file.relative_to(icon_dir) + target = output_dir / rel_path + if not target.exists(): + target.parent.mkdir(parents=True, exist_ok=True) + shutil.copy(icon_file, target) + + # Copy Pezkuwi icons (override Nova if exists) + if pezkuwi_icons.exists(): + for icon_file in pezkuwi_icons.rglob("*"): + if icon_file.is_file(): + rel_path = icon_file.relative_to(pezkuwi_icons) + target = output_icons / rel_path + target.parent.mkdir(parents=True, exist_ok=True) + shutil.copy(icon_file, target) + print(f" Pezkuwi icon: {rel_path}") + +def main(): + print("=" * 60) + print("Nova-base Sync Script") + print("=" * 60) + print(f"Nova-base: {NOVA_BASE}") + print(f"Pezkuwi overlay: {PEZKUWI_OVERLAY}") + print() + + if not NOVA_BASE.exists(): + print("ERROR: nova-base submodule not found!") + print("Run: git submodule update --init --recursive") + return 1 + + sync_chains() + sync_xcm() + sync_icons() + + print("\n" + "=" * 60) + print("Sync complete!") + print("=" * 60) + return 0 + +if __name__ == "__main__": + exit(main()) diff --git a/xcm/v8/transfers.json b/xcm/v8/transfers.json index 00a706f..eca78b7 100644 --- a/xcm/v8/transfers.json +++ b/xcm/v8/transfers.json @@ -38,7 +38,14 @@ }, "DOT-Statemint": { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "multiLocation": {} + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xtokensReserve" + } }, "MOVR": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -418,25 +425,6 @@ }, "instructions": "xtokensReserve" } - }, - "HEZ": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "multiLocation": {}, - "reserveFee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xtokensReserve" - } - }, - "HEZ-AssetHub": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "multiLocation": {} - }, - "HEZ-People": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "multiLocation": {} } }, "instructions": { @@ -562,46 +550,6 @@ "sizeFactor": "100000", "alwaysHoldingPays": false } - }, - "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75": { - "toParachain": { - "type": "exponential", - "factorPallet": "Dmp", - "sizeBase": "300000000", - "sizeFactor": "1000000" - } - }, - "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948": { - "toParent": { - "type": "exponential", - "factorPallet": "ParachainSystem", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - }, - "toParachain": { - "type": "exponential", - "factorPallet": "XcmpQueue", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - } - }, - "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8": { - "toParent": { - "type": "exponential", - "factorPallet": "ParachainSystem", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - }, - "toParachain": { - "type": "exponential", - "factorPallet": "XcmpQueue", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - } } }, "networkBaseWeight": { @@ -637,10 +585,7 @@ "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f": "1000000000", "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008": "1000000000", "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21": "1000000000", - "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee": "1000000", - "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75": "1000000000", - "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948": "1000000000", - "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8": "1000000000" + "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee": "1000000" }, "chains": [ { @@ -1935,6 +1880,43 @@ { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17356651607" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet-transferAssets" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet-transferAssets" + } + ] + }, { "assetId": 1, "assetLocation": "USDT-Statemint", @@ -2296,6 +2278,29 @@ { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", "assets": [ + { + "assetId": 1, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet-transferAssets" + } + ] + }, { "assetId": 10, "assetLocation": "USDT-Statemint", @@ -2638,6 +2643,29 @@ } ] }, + { + "assetId": 3, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xtokensDest" + } + }, + "type": "xcmpallet-transferAssets" + } + ] + }, { "assetId": 5, "assetLocation": "GLMR", @@ -3390,6 +3418,29 @@ } ] }, + { + "assetId": 2, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "absolute" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + } + ] + }, { "assetId": 7, "assetLocation": "USDT-Statemint", @@ -3745,132 +3796,6 @@ ] } ] - }, - { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-AssetHub", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-People", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - } - ] } ] -} \ No newline at end of file +} diff --git a/xcm/v8/transfers_dev.json b/xcm/v8/transfers_dev.json index aabdb1d..3fa0a41 100644 --- a/xcm/v8/transfers_dev.json +++ b/xcm/v8/transfers_dev.json @@ -38,7 +38,14 @@ }, "DOT-Statemint": { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", - "multiLocation": {} + "multiLocation": {}, + "reserveFee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xtokensReserve" + } }, "MOVR": { "chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b", @@ -452,25 +459,6 @@ }, "instructions": "xtokensReserve" } - }, - "HEZ": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "multiLocation": {}, - "reserveFee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xtokensReserve" - } - }, - "HEZ-AssetHub": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "multiLocation": {} - }, - "HEZ-People": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "multiLocation": {} } }, "instructions": { @@ -637,46 +625,6 @@ "sizeFactor": "100000", "alwaysHoldingPays": false } - }, - "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75": { - "toParachain": { - "type": "exponential", - "factorPallet": "Dmp", - "sizeBase": "300000000", - "sizeFactor": "1000000" - } - }, - "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948": { - "toParent": { - "type": "exponential", - "factorPallet": "ParachainSystem", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - }, - "toParachain": { - "type": "exponential", - "factorPallet": "XcmpQueue", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - } - }, - "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8": { - "toParent": { - "type": "exponential", - "factorPallet": "ParachainSystem", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - }, - "toParachain": { - "type": "exponential", - "factorPallet": "XcmpQueue", - "sizeBase": "300000000", - "sizeFactor": "100000", - "alwaysHoldingPays": false - } } }, "networkBaseWeight": { @@ -717,10 +665,7 @@ "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f": "1000000000", "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008": "1000000000", "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21": "1000000000", - "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee": "1000000", - "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75": "1000000000", - "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948": "1000000000", - "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8": "1000000000" + "e358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee": "1000000" }, "chains": [ { @@ -1567,11 +1512,25 @@ }, { "assetId": 1, - "assetLocation": "DOT", + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet-transferAssets" + }, { "destination": { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", @@ -2081,11 +2040,25 @@ }, { "assetId": 3, - "assetLocation": "DOT", + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, "xcmTransfers": [ + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xtokensDest" + } + }, + "type": "xcmpallet-transferAssets" + }, { "destination": { "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", @@ -2716,6 +2689,43 @@ { "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", "assets": [ + { + "assetId": 0, + "assetLocation": "DOT-Statemint", + "assetLocationPath": { + "type": "relative" + }, + "xcmTransfers": [ + { + "destination": { + "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", + "assetId": 1, + "fee": { + "mode": { + "type": "proportional", + "value": "17356651607" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet-transferAssets" + }, + { + "destination": { + "chainId": "bf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72", + "assetId": 2, + "fee": { + "mode": { + "type": "proportional", + "value": "18012616398" + }, + "instructions": "xcmPalletDest" + } + }, + "type": "xcmpallet-transferAssets" + } + ] + }, { "assetId": 1, "assetLocation": "USDT-Statemint", @@ -2964,7 +2974,7 @@ }, { "assetId": 2, - "assetLocation": "DOT", + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -2983,6 +2993,20 @@ }, "type": "xtokens" }, + { + "destination": { + "chainId": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f", + "assetId": 0, + "fee": { + "mode": { + "type": "proportional", + "value": "5175135755" + }, + "instructions": "xtokensDest" + } + }, + "type": "xtokens" + }, { "destination": { "chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d", @@ -3192,7 +3216,7 @@ "assets": [ { "assetId": 2, - "assetLocation": "DOT", + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -3294,7 +3318,7 @@ "assets": [ { "assetId": 1, - "assetLocation": "DOT", + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -3757,7 +3781,7 @@ "assets": [ { "assetId": 1, - "assetLocation": "DOT", + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -3952,7 +3976,7 @@ }, { "assetId": 1, - "assetLocation": "DOT", + "assetLocation": "DOT-Statemint", "assetLocationPath": { "type": "absolute" }, @@ -4950,132 +4974,6 @@ ] } ] - }, - { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-AssetHub", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-People", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0, - "fee": { - "mode": { - "type": "proportional", - "value": "5000000000" - }, - "instructions": "xcmPalletTeleportDest" - } - }, - "type": "xcmpallet-teleport" - } - ] - } - ] } ] -} \ No newline at end of file +} diff --git a/xcm/v8/transfers_dynamic.json b/xcm/v8/transfers_dynamic.json index 488bdda..bf83de0 100644 --- a/xcm/v8/transfers_dynamic.json +++ b/xcm/v8/transfers_dynamic.json @@ -201,18 +201,6 @@ "parachainId": 2051, "generalKey": "0x414a554e" } - }, - "HEZ": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "multiLocation": {} - }, - "HEZ-AssetHub": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "multiLocation": {} - }, - "HEZ-People": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "multiLocation": {} } }, "reserveIdOverrides": { @@ -1220,90 +1208,6 @@ ] } ] - }, - { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-AssetHub", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-People", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - } - ] - } - ] } ] -} \ No newline at end of file +} diff --git a/xcm/v8/transfers_dynamic_dev.json b/xcm/v8/transfers_dynamic_dev.json index cbe09dc..1d9ae50 100644 --- a/xcm/v8/transfers_dynamic_dev.json +++ b/xcm/v8/transfers_dynamic_dev.json @@ -228,18 +228,6 @@ "parachainId": 2051, "generalKey": "0x414a554e" } - }, - "HEZ": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "multiLocation": {} - }, - "HEZ-AssetHub": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "multiLocation": {} - }, - "HEZ-People": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "multiLocation": {} } }, "reserveIdOverrides": { @@ -1390,90 +1378,6 @@ ] } ] - }, - { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-AssetHub", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - } - ] - } - ] - }, - { - "chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8", - "assets": [ - { - "assetId": 0, - "assetLocation": "HEZ-People", - "assetLocationPath": { - "type": "relative" - }, - "xcmTransfers": [ - { - "destination": { - "chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - }, - { - "destination": { - "chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948", - "assetId": 0 - }, - "type": "xcmpallet-teleport" - } - ] - } - ] } ] -} \ No newline at end of file +}